changeset 318:47381d8e130c

Remove the DMEffect structure from here, it's being moved elsewhere.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Oct 2012 00:17:34 +0300
parents adb101296bb8
children 37382bee0619
files dmsimple.h
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/dmsimple.h	Sun Oct 14 00:17:21 2012 +0300
+++ b/dmsimple.h	Sun Oct 14 00:17:34 2012 +0300
@@ -67,15 +67,6 @@
 } DMFrameData;
 
 
-typedef struct
-{
-    void *  data;
-    int     (*init)(void **data);
-    void    (*shutdown)(void *data);
-    int     (*render)(void *data, int t);
-} DMEffect;
-
-
 extern DMEngineData engine;
 extern DMFrameData frame;