summaryrefslogtreecommitdiff
path: root/liveengineUnmapped/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-04-26 18:20:21 +0100
committerTim Redfern <tim@eclectronics.org>2014-04-26 18:20:21 +0100
commit6f74f80e4c116c61b4734ffbae86aff881daaf5b (patch)
treec0044aa2efefd53711cba63ed91860e265831703 /liveengineUnmapped/src/testApp.h
parentba9af7648a79b54836019ca792e40e81ca863c86 (diff)
started GLFW version
Diffstat (limited to 'liveengineUnmapped/src/testApp.h')
-rwxr-xr-xliveengineUnmapped/src/testApp.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/liveengineUnmapped/src/testApp.h b/liveengineUnmapped/src/testApp.h
index 9dd9b62..b6c9ac6 100755
--- a/liveengineUnmapped/src/testApp.h
+++ b/liveengineUnmapped/src/testApp.h
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef TESTAPP_H
+#define TESTAPP_H
//#include <GL/glxew.h>
@@ -95,7 +96,7 @@ class guiWindow;
//#define GRAB_TEXTURE
-class testApp : public ofxFensterListener, public ofxMidiListener{
+class ofApp : public ofxMidiListener, public ofxFensterListener{
public:
@@ -202,7 +203,7 @@ public:
~previewWindow();
ofFbo *rb;
testApp *parent;
- void setParent(testApp *p);
+ void setParent(ofApp *p);
void setup();
void setBuffer(ofFbo *buffer);
void draw();
@@ -221,3 +222,4 @@ public:
};
+#endif \ No newline at end of file