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