axmol/tools/tolua++/CCFileUtils.pkg

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