mirror of https://github.com/axmolengine/axmol.git
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
|
|
class CCFileUtils
|
|
{
|
|
static CCFileUtils* sharedFileUtils();
|
|
std::string getWriteablePath();
|
|
const char* fullPathFromRelativePath(const char *pszRelativePath);
|
|
const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile);
|
|
const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile);
|
|
};
|