9 lines
105 B
C
9 lines
105 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
void initialize_curses();
|
|
void end_curses();
|
|
void clear_screen();
|
|
|
|
#endif
|