7 lines
97 B
C
Executable file
7 lines
97 B
C
Executable file
#ifndef HEADER__OSD
|
|
#define HEADER__OSD
|
|
|
|
int osd_get_char(void);
|
|
|
|
#endif /* HEADER__OSD */
|