xmil-libretro/z80ac/z80dmap.h
2009-03-24 13:52:54 +00:00

12 lines
91 B
C

#ifdef __cplusplus
extern "C" {
#endif
void z80dmap(void);
#ifdef __cplusplus
}
#endif