mirror of
https://github.com/libretro/libretro-meowPC98.git
synced 2024-11-23 08:19:58 +00:00
12 lines
114 B
C
12 lines
114 B
C
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void makepc98bmp(const OEMCHAR *filename);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|