aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-20 20:25:46 +1000
committerDavid Walter Seikel2016-01-20 20:25:46 +1000
commit385094a80f847025efd613cb9de8a86bc97828aa (patch)
tree5fdcf44b49dfda137ea1447c3dd610709867a561 /src/extantz/extantz.h
parentClean up LSL command and argument passing. (diff)
downloadSledjHamr-385094a80f847025efd613cb9de8a86bc97828aa.zip
SledjHamr-385094a80f847025efd613cb9de8a86bc97828aa.tar.gz
SledjHamr-385094a80f847025efd613cb9de8a86bc97828aa.tar.bz2
SledjHamr-385094a80f847025efd613cb9de8a86bc97828aa.tar.xz
Banging on the window stuff until the menus behave (mostly).
We'll live with the suckiness of menus and toolbars for now.
Diffstat (limited to '')
-rw-r--r--src/extantz/extantz.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h
index 2eddeb6..f441f54 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -1,11 +1,14 @@
1#ifndef _EXTANTZ_H_ 1#ifndef _EXTANTZ_H_
2#define _EXTANTZ_H_ 2#define _EXTANTZ_H_
3 3
4#define USE_EVAS_3D 1 4#define USE_EVAS_3D 1
5#define USE_IRR 0 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#define USE_ELM_IMG 1 8#define USE_ELM_IMG 1
9#define USE_EPHYSICS 1
10#define USE_LOVE 1
11#define USE_SKANG 1
9 12
10 13
11#include "LumbrJack.h" 14#include "LumbrJack.h"