diff options
Diffstat (limited to '')
-rw-r--r-- | src/extantz/extantz.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index 969ac98..4ecf8e8 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h | |||
@@ -1,19 +1,20 @@ | |||
1 | #ifndef _EXTANTZ_H_ | ||
2 | #define _EXTANTZ_H_ | ||
3 | |||
1 | #define USE_PHYSICS 1 | 4 | #define USE_PHYSICS 1 |
2 | #define USE_IRR 0 | 5 | #define USE_IRR 0 |
3 | #define USE_DEMO 0 | 6 | #define USE_DEMO 0 |
4 | #define DO_GEARS 0 | 7 | #define DO_GEARS 0 |
5 | 8 | ||
6 | 9 | ||
7 | #include "SledjHamr.h" | 10 | #include "winFang.h" |
8 | #include "LumbrJack.h" | 11 | #include "GuiLua.h" |
12 | |||
9 | #include <elm_widget_glview.h> | 13 | #include <elm_widget_glview.h> |
10 | #include <Evas_GL.h> | 14 | #include <Evas_GL.h> |
11 | #include <EPhysics.h> | 15 | #include <EPhysics.h> |
12 | #include "extantzCamera.h" | ||
13 | #include "winFang.h" | ||
14 | #include "Runnr.h" | ||
15 | #include "GuiLua.h" | ||
16 | 16 | ||
17 | #include "extantzCamera.h" | ||
17 | 18 | ||
18 | #ifdef GL_GLES | 19 | #ifdef GL_GLES |
19 | #include <EGL/egl.h> | 20 | #include <EGL/egl.h> |
@@ -264,3 +265,5 @@ winFang *woMan_add(globals *ourGlobals); | |||
264 | #ifdef __cplusplus | 265 | #ifdef __cplusplus |
265 | } | 266 | } |
266 | #endif | 267 | #endif |
268 | |||
269 | #endif | ||