diff dmengine.h @ 345:cac13f180169

Work towards timeline support.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Oct 2012 23:13:40 +0300
parents c6ec970dc3cf
children ba284f5e7ea5
line wrap: on
line diff
--- a/dmengine.h	Mon Oct 15 22:48:41 2012 +0300
+++ b/dmengine.h	Mon Oct 15 23:13:40 2012 +0300
@@ -5,6 +5,7 @@
 #include <SDL_events.h>
 #include <SDL_audio.h>
 #include "dmres.h"
+#include "dmtimeline.h"
 
 #ifdef DM_USE_JSS
 #include "jss.h"
@@ -21,6 +22,9 @@
 
 typedef struct
 {
+    DMTimeline *tl;
+    DMPreparedTimeline *ptl;
+
     int currFrame, endTime, startTime,
         totalFrameTime, adjustTime, pauseTime;