diff options
Diffstat (limited to 'ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp')
| -rw-r--r-- | ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp b/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp deleted file mode 100644 index a2c9990..0000000 --- a/ofxMaxim/ofxMaximExample_0.8.4_OSX/src/main.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "ofMain.h" -#include "ofApp.h" - -int main(){ - ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context - - ofRunApp(new ofApp); -} |
