aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/hanoi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/hanoi.h b/inc/hanoi.h
new file mode 100644
index 0000000..7f93e21
--- /dev/null
+++ b/inc/hanoi.h
@@ -0,0 +1,6 @@
+#ifndef HANOI_H
+# define HANOI_H
+
+# include <ncurses.h>
+
+#endif