cocos2dx 0.12.0 - Levelhelper

Hi,

Just upgraded to 0.12.0 and found out that the SelectorProtocol (selector_protocol.h) is no longer available.

Unfortunately SpriteHelper/Levelhelper relies on this and my project does not compile any more:

Expected class name
Unknown type name ‘SelectorProtocol’
Unknown type name ‘SelectorProtocol’

Any suggestions?

Best, Tom

The codes of selector_protocol.h is moved into CCObject.

modify SelectorProtocol to CCObject

Works perfect. Thank you!