mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
he can go back now :D
This commit is contained in:
parent
d13b1dc269
commit
dceb91e181
1 changed files with 1 additions and 6 deletions
|
@ -4,13 +4,10 @@
|
|||
#include "../../include/cocos2d.h"
|
||||
|
||||
// @note RobTop Addition
|
||||
/*
|
||||
// TODO: uncomment just before 3.3.1 releases, it requires a change in bindings/codegen as well
|
||||
class CC_DLL ObjectDecoderDelegate {
|
||||
public:
|
||||
virtual cocos2d::CCObject* getDecodedObject(int, DS_Dictionary*) { return nullptr; }
|
||||
virtual cocos2d::CCObject* getDecodedObject(int objectType, DS_Dictionary* data) { return nullptr; }
|
||||
};
|
||||
*/
|
||||
|
||||
// @note RobTop Addition
|
||||
class CC_DLL ObjectDecoder : public cocos2d::CCNode {
|
||||
|
@ -25,10 +22,8 @@ public:
|
|||
|
||||
virtual bool init();
|
||||
|
||||
/*
|
||||
public:
|
||||
ObjectDecoderDelegate* m_delegate;
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue