mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -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"
|
#include "../../include/cocos2d.h"
|
||||||
|
|
||||||
// @note RobTop Addition
|
// @note RobTop Addition
|
||||||
class CC_DLL ObjectDecoder {
|
class CC_DLL ObjectDecoder : public cocos2d::CCNode {
|
||||||
public:
|
public:
|
||||||
ObjectDecoder();
|
ObjectDecoder();
|
||||||
~ObjectDecoder() {}
|
~ObjectDecoder() {}
|
||||||
|
|
Loading…
Reference in a new issue