This commit is contained in:
camila314 2022-06-08 11:49:35 -05:00
parent ed711d97e4
commit a484bd739a

View file

@ -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