From 7c50a03c5857310aa383b1ba89a18792c96724b1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 2 Feb 2018 01:47:51 +0000 Subject: lots --- nditest/src/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nditest/src/main.cpp (limited to 'nditest/src/main.cpp') diff --git a/nditest/src/main.cpp b/nditest/src/main.cpp new file mode 100644 index 0000000..1589978 --- /dev/null +++ b/nditest/src/main.cpp @@ -0,0 +1,13 @@ +#include "ofMain.h" +#include "ofApp.h" + +//======================================================================== +int main() +{ + ofGLFWWindowSettings settings; + settings.width = 1280; + settings.height = 720; + ofCreateWindow(settings); + + ofRunApp(new ofApp()); +} -- cgit v1.2.3