mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
undo everything part 2
This commit is contained in:
parent
509c5e7e93
commit
057bb7a44d
1 changed files with 4 additions and 0 deletions
|
@ -4,9 +4,13 @@
|
|||
#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; }
|
||||
};
|
||||
*/
|
||||
|
||||
// @note RobTop Addition
|
||||
class CC_DLL ObjectDecoder : public cocos2d::CCNode {
|
||||
|
|
Loading…
Reference in a new issue