summaryrefslogtreecommitdiffstats
path: root/UIManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'UIManager.h')
-rw-r--r--UIManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UIManager.h b/UIManager.h
index 4d833e0..2ec7d6b 100644
--- a/UIManager.h
+++ b/UIManager.h
@@ -21,7 +21,7 @@ class UIManager {
public:
enum Action {
- ZOOM_IN, ZOOM_OUT
+ SAVE, SAVE_AS, ZOOM_IN, ZOOM_OUT
};
UIManager(Window *window);