bsnes/ui/utility/utility.hpp

6 lines
89 B
C++
Executable File

struct Utility {
void loadCartridge(const char *filename);
};
extern Utility utility;