summaryrefslogblamecommitdiffstats
path: root/tools/worldbuilder/code/main/toolhack.h
blob: 633195cbc0ce044e51b1eeea6eca1261f6f1f60e (plain) (tree)
1
2
3
4
5
6
7
8







                                         
#ifndef TOOL_HACK
#define TOOL_HACK

//FUCKING HACK!
enum tLoadStatus { LOAD_OK, LOAD_ERROR };
typedef enum tLoadStatus tlLoadStatus;

#endif