|
|
@ -6,13 +6,13 @@
|
|
|
|
using namespace std;
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
|
|
|
#define DFHACK_WANT_MISCUTILS
|
|
|
|
#define DFHACK_WANT_MISCUTILS
|
|
|
|
#include <dfhack/Core.h>
|
|
|
|
#include <Core.h>
|
|
|
|
#include <dfhack/VersionInfo.h>
|
|
|
|
#include <VersionInfo.h>
|
|
|
|
#include <dfhack/Console.h>
|
|
|
|
#include <Console.h>
|
|
|
|
#include <dfhack/Export.h>
|
|
|
|
#include <Export.h>
|
|
|
|
#include <dfhack/PluginManager.h>
|
|
|
|
#include <PluginManager.h>
|
|
|
|
#include <dfhack/modules/Units.h>
|
|
|
|
#include <modules/Units.h>
|
|
|
|
#include <dfhack/modules/Translation.h>
|
|
|
|
#include <modules/Translation.h>
|
|
|
|
using namespace DFHack;
|
|
|
|
using namespace DFHack;
|
|
|
|
|
|
|
|
|
|
|
|
// our own, empty header.
|
|
|
|
// our own, empty header.
|
|
|
|