diff options
Diffstat (limited to 'liveengine/src/playlist.h')
| -rwxr-xr-x[-rw-r--r--] | liveengine/src/playlist.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/liveengine/src/playlist.h b/liveengine/src/playlist.h index 43982f9..846de74 100644..100755 --- a/liveengine/src/playlist.h +++ b/liveengine/src/playlist.h @@ -4,8 +4,8 @@ #include "ofThread.h" #include "ofxXmlSettings.h" -#include "layers.h"
-
+#include "layers.h" +#include "ofMain.h"
class playlist : public ofThread {
public:
@@ -14,10 +14,15 @@ class playlist : public ofThread { void loadimg(); void loadsvg(); void load(string _name); - void threadedFunction(); + void threadedFunction();
+ void makeThumbnail(); +
+ ofFbo thumbnail;
+ bool thumbnailed;
ofxXmlSettings XML; map<int,layer*> layers;
+ string name;
protected:
private:
};
|
