diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-28 08:34:16 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-28 08:34:16 +0200 |
| commit | feae9f442000cf218c249e6e163e8b5137771857 (patch) | |
| tree | 4244ae75d5c39e8442d65c9357d66bf91924f6b3 /inc/hanoi.h | |
| parent | b9c8bbac74bb828eeae033a54c1f25d1711cf66a (diff) | |
| download | hanoi-feae9f442000cf218c249e6e163e8b5137771857.tar.gz hanoi-feae9f442000cf218c249e6e163e8b5137771857.tar.bz2 hanoi-feae9f442000cf218c249e6e163e8b5137771857.zip | |
Added player controls
Diffstat (limited to 'inc/hanoi.h')
| -rw-r--r-- | inc/hanoi.h | 6 |
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 |
