diff options
| author | Petr Mrázek | 2012-01-08 02:21:08 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-08 02:21:08 +0100 |
| commit | 92627e39cb3502812cd5a131716d3d1da8ef625a (patch) | |
| tree | a72b9fd22206ee0eec62b06ec7bcaaf8833a56cc /common.h | |
| parent | 545b2730ed137935643778f1b8ba115ae11c50a2 (diff) | |
| download | stonesense-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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;
|
