mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-02-06 16:14:42 +00:00
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 */
|