issue #1683: Exporting `fullPathForFilename` to Lua.

This commit is contained in:
James Chen 2013-01-27 20:26:04 +08:00
parent d532670640
commit c80d438110
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
d1aa4e4054d8cc8ad0f63b2099fba0187800fbc0
0a9aee772453f2a08adc51ea81f4798de45a2bca

View File

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