Includes up through commit fc7a6fc602e2fbcd24851670a5242358765feacf from https://github.com/kstenerud/Musashi
6 lines
91 B
C
6 lines
91 B
C
#ifndef HEADER__OSD
|
|
#define HEADER__OSD
|
|
|
|
int osd_get_char(void);
|
|
|
|
#endif /* HEADER__OSD */
|