summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Mrázek2012-01-08 02:21:08 +0100
committerPetr Mrázek2012-01-08 02:21:08 +0100
commit92627e39cb3502812cd5a131716d3d1da8ef625a (patch)
treea72b9fd22206ee0eec62b06ec7bcaaf8833a56cc /common.h
parent545b2730ed137935643778f1b8ba115ae11c50a2 (diff)
downloadstonesense-92627e39cb3502812cd5a131716d3d1da8ef625a.tar.gz
stonesense-92627e39cb3502812cd5a131716d3d1da8ef625a.tar.bz2
stonesense-92627e39cb3502812cd5a131716d3d1da8ef625a.tar.xz
Buildings aren't a module anymore.
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index cdadbbd..c2dbad8 100644
--- a/common.h
+++ b/common.h
@@ -17,6 +17,8 @@
#include <Console.h>
#include <Export.h>
#include <PluginManager.h>
+using namespace DFHack;
+using namespace DFHack::Simple;
#define ALLEGRO_NO_MAGIC_MAIN //This is a DLL file. we got no main function.
#define ALLEGRO_HAVE_STDINT_H
@@ -256,5 +258,4 @@ extern int randomCube[RANDOM_CUBE][RANDOM_CUBE][RANDOM_CUBE];
extern DFHack::Console * DFConsole;
ALLEGRO_COLOR premultiply(ALLEGRO_COLOR input);
-using namespace DFHack;
using namespace std;