From 65cf7b27e9d2f9e59da322b4fbad1ed1df27eb8d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 2 Sep 2012 12:18:44 +0100 Subject: v 0.1 --- liveengine/src/playlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'liveengine/src/playlist.h') diff --git a/liveengine/src/playlist.h b/liveengine/src/playlist.h index afedec9..43982f9 100644 --- a/liveengine/src/playlist.h +++ b/liveengine/src/playlist.h @@ -11,6 +11,8 @@ class playlist : public ofThread { public: playlist(); virtual ~playlist(); + void loadimg(); + void loadsvg(); void load(string _name); void threadedFunction(); -- cgit v1.2.3