axmol/tools/tolua++/CCObject.pkg

10 lines
189 B
Plaintext
Raw Normal View History

2012-02-02 14:26:38 +08:00
class CCObject
2011-06-14 14:31:25 +08:00
{
2012-02-02 14:26:38 +08:00
void release(void);
void retain(void);
bool isSingleRefrence(void);
unsigned int retainCount(void);
bool isEqual(const CCObject* pObject);
2011-06-14 14:31:25 +08:00
};