Skip to content

Commit

Permalink
he can go back now :D
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jul 26, 2024
1 parent d13b1dc commit dceb91e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions loader/include/Geode/cocos/robtop/xml/ObjectDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -25,10 +22,8 @@ class CC_DLL ObjectDecoder : public cocos2d::CCNode {

virtual bool init();

/*
public:
ObjectDecoderDelegate* m_delegate;
*/
};

#endif

0 comments on commit dceb91e

Please sign in to comment.