axmol/tools/tolua++/CCObject.pkg

12 lines
237 B
Plaintext

class CCObject
{
void release(void);
void retain(void);
bool isSingleReference(void);
unsigned int retainCount(void);
bool isEqual(const CCObject* pObject);
CCObject* copy();
CCObject* autorelease();
};