1 2 3 4 5 6 7 8 9
#ifndef MAIN_H #define MAIN_H int ResumeEmulation; // utility functions that the core requires us to implement extern const char* S9xGetFilename(const char* extension); extern const char* S9xGetDirectory(uint32_t dirtype); #endif