first commit

This commit is contained in:
Maik Jurischka
2025-12-12 09:41:06 +01:00
commit fd2235770a
40 changed files with 5307 additions and 0 deletions

10
main.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include <iostream>
#include <memory>
#include <vizionsdk/VizionSDK.h>
// TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
int main() {
return 0;
// TIP See CLion help at <a href="https://www.jetbrains.com/help/clion/">jetbrains.com/help/clion/</a>. Also, you can try interactive lessons for CLion by selecting 'Help | Learn IDE Features' from the main menu.
}