From 4ee3054aa1af56d9fe00f70b62ab107f206e19b1 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 19 Feb 2014 11:38:01 +0000 Subject: initial commit --- offsetProject/src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 offsetProject/src/main.cpp (limited to 'offsetProject/src/main.cpp') diff --git a/offsetProject/src/main.cpp b/offsetProject/src/main.cpp new file mode 100644 index 0000000..d134fc9 --- /dev/null +++ b/offsetProject/src/main.cpp @@ -0,0 +1,6 @@ +#include "ofApp.h" + +int main() { + ofSetupOpenGL(1024, 768, OF_WINDOW); + ofRunApp(new ofApp()); +} -- cgit v1.2.3