mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -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
|
||||
*/
|
||||
void setTopOffset(CCPoint const& offset);
|
||||
void setTopOffset(cocos2d::CCPoint const& offset);
|
||||
|
||||
cocos2d::CCNode* getTopNode() const;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue