diff options
| author | Japa Illo | 2012-02-19 18:02:52 +0530 |
|---|---|---|
| committer | Japa Illo | 2012-02-19 18:02:52 +0530 |
| commit | 8f1887c90e249b83e70d950891df037e95fb6a02 (patch) | |
| tree | 0270271bff03eb31596e8ae8545e497c60a360f8 /common.h | |
| parent | 7c346109c5b370a226a46585cfa2e461b0d100d0 (diff) | |
| download | stonesense-8f1887c90e249b83e70d950891df037e95fb6a02.tar.gz stonesense-8f1887c90e249b83e70d950891df037e95fb6a02.tar.bz2 stonesense-8f1887c90e249b83e70d950891df037e95fb6a02.tar.xz | |
got rid of floorType, wallType, etc, for good.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #include <PluginManager.h>
using namespace DFHack;
using namespace DFHack::Simple;
+using namespace df::enums;
#define ALLEGRO_NO_MAGIC_MAIN //This is a DLL file. we got no main function.
#define ALLEGRO_HAVE_STDINT_H
|
