add macos fullPathForFilename

This commit is contained in:
altalk23 2023-08-27 17:50:05 +03:00
parent 0b2cfcce00
commit 2386347b47

View file

@ -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;
}