Mercurial > hg > wabletios
diff main.mm @ 0:c667dfe12d47
OK. Ther real deal.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Nov 2012 13:00:42 +0000 |
parents | |
children | d5758530a039 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.mm Mon Nov 19 13:00:42 2012 +0000 @@ -0,0 +1,13 @@ +#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); + +}