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: 7f93e2192b9836a74ddeacb966894fad963cbe82 (
plain
)
1
2
3
4
5
6
#ifndef HANOI_H
# define HANOI_H
# include <ncurses.h>
#endif