tty-solitaire/lib/util.h

8 lines
84 B
C
Raw Normal View History

#ifndef UTIL_H
#define UTIL_H
void initialize_curses();
void end_curses();
#endif