axmol/tools/tolua++/CCObject.pkg

10 lines
190 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 isSingleReference(void);
2012-02-02 14:26:38 +08:00
unsigned int retainCount(void);
bool isEqual(const CCObject* pObject);
2011-06-14 14:31:25 +08:00
};