tty-solitaire/lib/curses.h

9 lines
137 B
C
Raw Normal View History

2011-05-08 23:38:36 +00:00
#ifndef TTY_SOLITAIRE_CURSES_H
#define TTY_SOLITAIRE_CURSES_H
void initialize_curses();
void end_curses();
void clear_screen();
#endif