aboutsummaryrefslogtreecommitdiff
path: root/inc/hanoi.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/hanoi.h')
-rw-r--r--inc/hanoi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/hanoi.h b/inc/hanoi.h
index 6d71f11..1953499 100644
--- a/inc/hanoi.h
+++ b/inc/hanoi.h
@@ -5,4 +5,10 @@
# include "tower.h"
+enum e_mode
+{
+ MODE_SELECT_FROM,
+ MODE_SELECT_TO,
+};
+
#endif