dunger now saves player start position and cell size
[vrlugburz] / tools / dunger / src / app.h
1 #ifndef APP_H_
2 #define APP_H_
3
4 enum {
5         TOOL_DRAW,
6         TOOL_PSTART
7 };
8
9 int tool;
10
11 #endif