#ifndef __CCNODECONTAINER_H__ #define __CCNODECONTAINER_H__ #include namespace gd { class GDH_DLL CCNodeContainer : public cocos2d::CCNode { protected: // literally no extra fields or anything, just // these 3 methods bool init() override { return reinterpret_cast( base + 0x33b40 )(this); } public: void visit() override { reinterpret_cast( base + 0x112420 )(this); } static CCNodeContainer* create() { return reinterpret_cast( base + 0x112370 )(); } }; } #endif