mirror of https://github.com/bsnes-emu/bsnes.git
6 lines
89 B
C++
6 lines
89 B
C++
|
struct Utility {
|
||
|
void loadCartridge(const char *filename);
|
||
|
};
|
||
|
|
||
|
extern Utility utility;
|