@ -7,7 +7,7 @@
#include <ctime>
using namespace std;
#include <DFHack.h>
#include "termutil.h"
#include <dfhack/extra/termutil.h>
int main (void)
{
@ -11,7 +11,7 @@ using namespace std;
#include <dfhack/DFVector.h>
#include <dfhack/extra/MapExtras.h> // map cache for the win.
using namespace DFHack;
using MapExtras::Block;
using MapExtras::MapCache;
int main (int argc, char** argv)
@ -13,7 +13,7 @@ using namespace std;
#include <dfhack/DFTypes.h>
int main (int argc, char *argv[])
int main ()
@ -10,7 +10,7 @@ using namespace std;
#include <dfhack/DFTileTypes.h>
#include <dfhack/VersionInfoFactory.h>
int main (int numargs, const char ** args)
@ -9,7 +9,7 @@
void print_progress (int current, int total)
if(total < 100)
@ -5,7 +5,7 @@
bool temporary_terminal = TemporaryTerminal();
@ -7,7 +7,7 @@ using namespace std;
#include <dfhack/modules/Gui.h>
#include <xgetopt.h>
#include <time.h>
#include <stdlib.h>
int main(int argc, char *argv[])
@ -7,10 +7,11 @@
#include <dfhack/extra/MapExtras.h>
bool parseOptions(int argc, char **argv,
bool &trees, bool &shrubs, bool &immolate)
#include <map>
@ -1,15 +1,18 @@
#include <iostream>
#include <vector>
#include <set>
#include <cstdlib>
using namespace MapExtras;
typedef vector <DFHack::DFCoord> coord_vec;
std::ostream &operator<<(std::ostream &stream, DFHack::t_gamemodes funzies)
const char * gm[]=
#define DFHACK_WANT_TILETYPES 1
@ -16,7 +16,7 @@ using namespace std;
typedef std::map<int16_t, unsigned int> MatMap;
typedef std::vector< pair<int16_t, unsigned int> > MatSorter;
@ -21,7 +21,7 @@ void waitmsec (int delay)
Sleep(delay);
}
#endif
struct hideblock
@ -8,7 +8,7 @@
void tolower(std::string &str)
@ -12,7 +12,7 @@ using namespace std;
int main (int argc, char* argv[])