axmol/tools/tolua++/CCFileUtils.pkg

10 lines
328 B
Plaintext
Raw Normal View History

2012-02-02 14:26:38 +08:00
class CCFileUtils
{
static CCFileUtils* sharedFileUtils();
std::string getWriteablePath();
void setResourceDirectory(const char *pszDirectoryName);
const char* fullPathFromRelativeFile(const char *pszFilename, const char *pszRelativeFile);
const char* fullPathFromRelativePath(const char *pszRelativePath);
2012-02-02 14:26:38 +08:00
};