summaryrefslogtreecommitdiff
path: root/glitcher2/src/main.cpp
blob: d77aea44f5cf0c728dc45910fb8d8447d8925966 (plain)
1
2
3
4
5
6
#include "ofApp.h"

int main() {
    ofSetupOpenGL(512,384, OF_WINDOW);
	ofRunApp(new ofApp());
}