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