aboutsummaryrefslogtreecommitdiff
path: root/inc/hanoi.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-27 16:23:31 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-27 16:23:31 +0200
commitb9c8bbac74bb828eeae033a54c1f25d1711cf66a (patch)
tree4483b62c30c9f9be46a9c1f699c4c6076f69a8e7 /inc/hanoi.h
parente2c1a8b40787516b9f8f3697a73ac406eae05e6f (diff)
downloadhanoi-b9c8bbac74bb828eeae033a54c1f25d1711cf66a.tar.gz
hanoi-b9c8bbac74bb828eeae033a54c1f25d1711cf66a.tar.bz2
hanoi-b9c8bbac74bb828eeae033a54c1f25d1711cf66a.zip
Added tower display
Diffstat (limited to 'inc/hanoi.h')
-rw-r--r--inc/hanoi.h2
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