mirror of
https://github.com/libretro/sameduck.git
synced 2024-11-26 18:50:26 +00:00
7 lines
96 B
C
7 lines
96 B
C
#ifndef open_rom_h
|
|
#define open_rom_h
|
|
|
|
char *do_open_rom_dialog(void);
|
|
|
|
#endif /* open_rom_h */
|