aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-02 09:12:57 +1000
committerDavid Walter Seikel2014-05-02 09:12:57 +1000
commitf59af398b6c49126b440a4f1879a36bed5ef3c64 (patch)
treef1167dd17d9b7b950f47d0cd87ab910125f84151 /src/extantz/extantz.h
parentWhitespace++ (diff)
downloadSledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.zip
SledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.tar.gz
SledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.tar.bz2
SledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.tar.xz
Copy the Evas_3D demo stuff to extantz.
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}