libretro-meowPC98/font/fontmake.h
2016-03-06 11:11:17 +00:00

12 lines
114 B
C

#ifdef __cplusplus
extern "C" {
#endif
void makepc98bmp(const OEMCHAR *filename);
#ifdef __cplusplus
}
#endif