#include "ofMain.h" #include "HelloMultitouch.h" //======================================================================== int main( ){ ofSetupOpenGL(1024,768, OF_WINDOW); // Set the window title so we can register it with GestureWorks later ofSetWindowTitle(HelloMultitouch::window_title); // Start the app ofRunApp( new HelloMultitouch()); }