mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-20 18:09:59 -04:00
add macos fullPathForFilename
This commit is contained in:
parent
0b2cfcce00
commit
2386347b47
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ class cocos2d::CCFileUtils : cocos2d::TypeInfo {
|
|||
static void purgeFileUtils();
|
||||
virtual void addSearchPath(const char* path);
|
||||
virtual void removeSearchPath(const char *path);
|
||||
virtual std::string fullPathForFilename(const char* filename, bool unk);
|
||||
virtual gd::string fullPathForFilename(const char* filename, bool unk) = mac 0x23f940;
|
||||
void removeAllPaths() = mac 0x241600;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue