undo everything part 2

This commit is contained in:
Chloe 2024-07-25 07:13:26 -07:00 committed by GitHub
parent 509c5e7e93
commit 057bb7a44d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {