add drawgridlayer loadsomething

This commit is contained in:
altalk23 2023-01-25 18:09:52 +03:00
parent b6a6e4da12
commit d06840de3e

View file

@ -1016,6 +1016,8 @@ class DrawGridLayer : cocos2d::CCLayer {
m_player2NodePoints->removeAllObjects();
}
void loadTimeMarkers(gd::string guidelines) = mac 0x94010;
std::array<cocos2d::CCPoint, 400>* m_commonLines;
std::array<cocos2d::CCPoint, 200>* m_yellowGuidelines;
std::array<cocos2d::CCPoint, 200>* m_greenGuidelines;