Beefed up the warnings and cleared them up. m68kfpu.c is no longer included by m68kcpu.c. Removed a bunch of internal function forward declarations, except for those used by macros. Converted CRLF line endings to LF.
6 lines
91 B
C
6 lines
91 B
C
#ifndef HEADER__OSD
|
|
#define HEADER__OSD
|
|
|
|
int osd_get_char(void);
|
|
|
|
#endif /* HEADER__OSD */
|