aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
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"