mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix objectdecoder inheritance
This commit is contained in:
parent
95f9eeb187
commit
49c8d386a9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "../../include/cocos2d.h"
|
||||
|
||||
// @note RobTop Addition
|
||||
class CC_DLL ObjectDecoder {
|
||||
class CC_DLL ObjectDecoder : public cocos2d::CCNode {
|
||||
public:
|
||||
ObjectDecoder();
|
||||
~ObjectDecoder() {}
|
||||
|
|
Loading…
Reference in a new issue