diff options
Diffstat (limited to 'test-kinect/src/main.cpp')
| -rw-r--r-- | test-kinect/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-kinect/src/main.cpp b/test-kinect/src/main.cpp new file mode 100644 index 0000000..1fa9125 --- /dev/null +++ b/test-kinect/src/main.cpp @@ -0,0 +1,6 @@ +#include "ofApp.h" + +int main() { + ofSetupOpenGL(1600, 900, OF_WINDOW); + ofRunApp(new ofApp()); +} |
