axmol/tools/tolua++/selector_protocol.pkg

10 lines
225 B
Plaintext

class SelectorProtocol
{
void callfunc();
void callfunc(CCNode* pSender);
void callfunc(CCNode* pSender, void* pData);
void menuHandler(CCObject* pSender);
void eventHandler(CCEvent* pEvent);
};