diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-27 16:23:31 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-27 16:23:31 +0200 |
| commit | b9c8bbac74bb828eeae033a54c1f25d1711cf66a (patch) | |
| tree | 4483b62c30c9f9be46a9c1f699c4c6076f69a8e7 /inc/hanoi.h | |
| parent | e2c1a8b40787516b9f8f3697a73ac406eae05e6f (diff) | |
| download | hanoi-b9c8bbac74bb828eeae033a54c1f25d1711cf66a.tar.gz hanoi-b9c8bbac74bb828eeae033a54c1f25d1711cf66a.tar.bz2 hanoi-b9c8bbac74bb828eeae033a54c1f25d1711cf66a.zip | |
Added tower display
Diffstat (limited to 'inc/hanoi.h')
| -rw-r--r-- | inc/hanoi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/hanoi.h b/inc/hanoi.h index 7f93e21..6d71f11 100644 --- a/inc/hanoi.h +++ b/inc/hanoi.h @@ -3,4 +3,6 @@ # include <ncurses.h> +# include "tower.h" + #endif |
