summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.h b/main.h
index af45516..3c7455a 100644
--- a/main.h
+++ b/main.h
@@ -480,6 +480,11 @@ enum selection_type
selection_source
};
+char *ToolName[] {
+ "Move",
+ "Pen"
+};
+
enum tool {
tool_default,
tool_pen,