summaryrefslogtreecommitdiffstats
path: root/tools/worldbuilder/code/main/toolhack.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/worldbuilder/code/main/toolhack.h')
-rw-r--r--tools/worldbuilder/code/main/toolhack.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/worldbuilder/code/main/toolhack.h b/tools/worldbuilder/code/main/toolhack.h
new file mode 100644
index 0000000..633195c
--- /dev/null
+++ b/tools/worldbuilder/code/main/toolhack.h
@@ -0,0 +1,8 @@
+#ifndef TOOL_HACK
+#define TOOL_HACK
+
+//FUCKING HACK!
+enum tLoadStatus { LOAD_OK, LOAD_ERROR };
+typedef enum tLoadStatus tlLoadStatus;
+
+#endif \ No newline at end of file