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.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index ba30405..6e0e03e 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -1,5 +1,5 @@
1#define USE_EO 0 1#define USE_EO 0
2#define USE_PHYSICS 0 2#define USE_PHYSICS 1
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 0 5#define USE_IRR 0
@@ -201,12 +201,27 @@ struct _GLData
201}; 201};
202 202
203 203
204void gears_init(GLData *gld);
205void drawGears(GLData *gld);
206void free_gear(Gear *gear);
207
208EPhysics_World *ephysicsAdd(GLData *gld);
209
204EAPI int startIrr(GLData *gld); 210EAPI int startIrr(GLData *gld);
205EAPI void drawIrr_start(GLData *gld); 211EAPI void drawIrr_start(GLData *gld);
206EAPI void drawIrr_end(GLData *gld); 212EAPI void drawIrr_end(GLData *gld);
207EAPI void finishIrr(GLData *gld); 213EAPI void finishIrr(GLData *gld);
214
208EAPI void Evas_3D_Demo_add(globals *ourGlobals); 215EAPI void Evas_3D_Demo_add(globals *ourGlobals);
209 216
217Evas_Object *fang_win_add(GLData *gld);
218void fang_win_complete(GLData *gld, Evas_Object *win, int x, int y, int w, int h);
219void overlay_add(GLData *gld);
220
221void chat_add(GLData *gld);
222void woMan_add(GLData *gld);
223
224
210#ifdef __cplusplus 225#ifdef __cplusplus
211} 226}
212#endif 227#endif