aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.h')
-rw-r--r--src/extantz/extantz.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index 9a27481..ba30405 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -1,9 +1,9 @@
1#define USE_EO 0 1#define USE_EO 0
2#define USE_PHYSICS 1 2#define USE_PHYSICS 0
3#define USE_EGL 1 // If using Evas_GL, though it might be via Elm. 3#define USE_EGL 1 // If using Evas_GL, though it might be via Elm.
4#define USE_ELM_GL 1 4#define USE_ELM_GL 1
5#define USE_IRR 1 5#define USE_IRR 0
6#define USE_DEMO 1 6#define USE_DEMO 0
7#define DO_GEARS 0 7#define DO_GEARS 0
8 8
9 9
@@ -205,6 +205,7 @@ EAPI int startIrr(GLData *gld);
205EAPI void drawIrr_start(GLData *gld); 205EAPI void drawIrr_start(GLData *gld);
206EAPI void drawIrr_end(GLData *gld); 206EAPI void drawIrr_end(GLData *gld);
207EAPI void finishIrr(GLData *gld); 207EAPI void finishIrr(GLData *gld);
208EAPI void Evas_3D_Demo_add(globals *ourGlobals);
208 209
209#ifdef __cplusplus 210#ifdef __cplusplus
210} 211}