mirror of
https://github.com/libretro/xmil-libretro.git
synced 2024-11-27 02:10:21 +00:00
12 lines
91 B
C
12 lines
91 B
C
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void z80dmap(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|