add missing cocos2d namespace

This commit is contained in:
HJfod 2024-02-22 23:57:23 +02:00
parent 2825654361
commit 7795baaaf6

View file

@ -183,7 +183,7 @@ namespace geode {
/** /**
* Set an offset to the top sprite * Set an offset to the top sprite
*/ */
void setTopOffset(CCPoint const& offset); void setTopOffset(cocos2d::CCPoint const& offset);
cocos2d::CCNode* getTopNode() const; cocos2d::CCNode* getTopNode() const;
}; };