axmol/tools/tolua++/selector_protocol.pkg

10 lines
225 B
Plaintext
Raw Normal View History

2011-06-14 14:31:25 +08:00
class SelectorProtocol
2011-06-14 14:31:25 +08:00
{
void callfunc();
void callfunc(CCNode* pSender);
void callfunc(CCNode* pSender, void* pData);
void menuHandler(CCObject* pSender);
void eventHandler(CCEvent* pEvent);
2011-06-14 14:31:25 +08:00
};