dunger now saves player start position and cell size
[vrlugburz] / tools / dunger / src / app.h
diff --git a/tools/dunger/src/app.h b/tools/dunger/src/app.h
new file mode 100644 (file)
index 0000000..480d7c9
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef APP_H_
+#define APP_H_
+
+enum {
+       TOOL_DRAW,
+       TOOL_PSTART
+};
+
+int tool;
+
+#endif