mirror of https://github.com/axmolengine/axmol.git
issue #1683: Exporting `fullPathForFilename` to Lua.
This commit is contained in:
parent
d532670640
commit
c80d438110
|
@ -1 +1 @@
|
|||
d1aa4e4054d8cc8ad0f63b2099fba0187800fbc0
|
||||
0a9aee772453f2a08adc51ea81f4798de45a2bca
|
|
@ -6,4 +6,5 @@ class CCFileUtils
|
|||
void setResourceDirectory(const char *pszDirectoryName);
|
||||
const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile);
|
||||
const char* fullPathFromRelativePath(const char *pszRelativePath);
|
||||
std::string fullPathForFilename(const char *pszFileName);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue