mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
oopsie
This commit is contained in:
parent
ed711d97e4
commit
a484bd739a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ namespace geode::cocos {
|
|||
* Gets a node by tag by traversing
|
||||
* children recursively
|
||||
*/
|
||||
GEODE_DLL cocos2d::CCNode* getChildByTagRecursive(cocos2d::CCNode* node);
|
||||
GEODE_DLL cocos2d::CCNode* getChildByTagRecursive(cocos2d::CCNode* node, int tag);
|
||||
|
||||
/**
|
||||
* Checks if a given file exists in CCFileUtils
|
||||
|
|
Loading…
Reference in a new issue