Mercurial > hg > wabletios
view main.mm @ 9:0e03760cf2d9
save preset stuff, not quite there
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 14 May 2013 18:05:08 +0100 |
parents | c667dfe12d47 |
children | d5758530a039 |
line wrap: on
line source
#include "ofMain.h" #include "testApp.h" #include "globalForces.h" GlobalForces globalForces; GlobalUI globalUI; int main(){ //ofSetupOpenGL(480,320, OF_FULLSCREEN); // <-------- setup the GL context ofSetupOpenGL(1024,768, OF_FULLSCREEN); ofRunApp(new testApp); }