mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-21 13:42:33 +01: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 */
|