index
:
hanoi.git
master
Tower of hanoi puzzle with ncurses
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inc
/
hanoi.h
blob: 6d71f11f01f52742f334671981b9f6252132313e (
plain
)
1
2
3
4
5
6
7
8
#ifndef HANOI_H
# define HANOI_H
# include <ncurses.h>
# include
"tower.h"
#endif