There was an error while loading. Please reload this page.
1 parent 5f551c8 commit a9d0736Copy full SHA for a9d0736
1 file changed
loader/include/Geode/cocos/robtop/xml/ObjectDecoder.h
@@ -24,6 +24,9 @@ class CC_DLL ObjectDecoder : public cocos2d::CCNode {
24
25
virtual bool init();
26
27
+ ObjectDecoderDelegate* getDelegate() const { return m_delegate; }
28
+ void setDelegate(ObjectDecoderDelegate* delegate) { m_delegate = delegate; }
29
+
30
public:
31
ObjectDecoderDelegate* m_delegate;
32
};
0 commit comments