aboutsummaryrefslogtreecommitdiff
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