From 6f74f80e4c116c61b4734ffbae86aff881daaf5b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 26 Apr 2014 18:20:21 +0100 Subject: started GLFW version --- liveengineUnmapped/src/testApp.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'liveengineUnmapped/src/testApp.h') 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 @@ -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 -- cgit v1.2.3