summaryrefslogtreecommitdiffstats
path: root/engine/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/types.h')
-rw-r--r--engine/include/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/include/types.h b/engine/include/types.h
index 3141e6c..003c114 100644
--- a/engine/include/types.h
+++ b/engine/include/types.h
@@ -22,8 +22,11 @@ class FlatWindow;
class FlatSpriter;
class FlatMultiSpriter;
+class task_s;
+
/* SDL types */
+typedef unsigned char Uint8;
typedef unsigned int Uint32;
struct SDL_Surface;