axmol/tools/tolua++/CCFileUtils.pkg

7 lines
103 B
Plaintext
Raw Normal View History

2012-02-02 14:26:38 +08:00
class CCFileUtils
{
static CCFileUtils* sharedFileUtils();
std::string getWriteablePath();
2012-02-02 14:26:38 +08:00
};