diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-10-28 17:40:19 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-10-28 17:40:19 +0000 |
| commit | 796d647fd38f7cf01cb70bbb0700b75427e42d55 (patch) | |
| tree | 9022fe609a3db0e8f5d92bc179155a6f785707e0 /liveengine/src/layers.h | |
| parent | 1584507071a2aa4cb27801e980dce0e1843069a4 (diff) | |
starting to build kinect addition
Diffstat (limited to 'liveengine/src/layers.h')
| -rwxr-xr-x | liveengine/src/layers.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/liveengine/src/layers.h b/liveengine/src/layers.h index 3a7883e..c6f4171 100755 --- a/liveengine/src/layers.h +++ b/liveengine/src/layers.h @@ -1,7 +1,8 @@ #ifndef SVGLAYER_H
#define SVGLAYER_H
-#include "ofxSVGTiny.h"
+#include "ofxSVGTiny.h" +#include "ofMain.h"
class layer
{
@@ -16,7 +17,7 @@ class layer protected: bool isLoaded;
private:
-
+
};
class svglayer: public layer
|
