summaryrefslogtreecommitdiff
path: root/liveengineUnmapped/src/testApp.h
diff options
context:
space:
mode:
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