mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-18 09:10:17 -05:00
add missing cocos2d namespace
This commit is contained in:
parent
2825654361
commit
7795baaaf6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue