8 lines
84 B
C
8 lines
84 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
void initialize_curses();
|
|
void end_curses();
|
|
|
|
#endif
|