aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-10 14:14:08 +1000
committerDavid Walter Seikel2014-05-10 14:14:08 +1000
commit81283b584a7f7c38b697c438858a8b70294dd276 (patch)
treefa8eecfb71c369cbeeda38145403be0ab2e6e4c6 /src/extantz/extantz.h
parentA note about a useful web site. (diff)
downloadSledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.zip
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.gz
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.bz2
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.xz
Add physics to the windows.
Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful.
Diffstat (limited to 'src/extantz/extantz.h')
-rw-r--r--src/extantz/extantz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index 684b53d..5b172c2 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -1,7 +1,6 @@
1#ifndef _EXTANTZ_H_ 1#ifndef _EXTANTZ_H_
2#define _EXTANTZ_H_ 2#define _EXTANTZ_H_
3 3
4#define USE_PHYSICS 1
5#define USE_IRR 0 4#define USE_IRR 0
6#define USE_DEMO 1 5#define USE_DEMO 1
7#define DO_GEARS 0 6#define DO_GEARS 0
@@ -225,6 +224,8 @@ typedef struct _globals
225 GLData gld; 224 GLData gld;
226 Scene_Data *scene; 225 Scene_Data *scene;
227 226
227 EPhysics_World *world;
228
228 winFang *files; 229 winFang *files;
229} globals; 230} globals;
230 231