long long getCruTime() { struct cc_timeval now; CCTime::gettimeofdayCocos2d(&now,NULL); return (now.tv_sec * 1000 + now.tv_usec / 1000); }
Mark
原文链接:https://www.f2er.com/cocos2dx/344714.htmllong long getCruTime() { struct cc_timeval now; CCTime::gettimeofdayCocos2d(&now,NULL); return (now.tv_sec * 1000 + now.tv_usec / 1000); }
Mark
原文链接:https://www.f2er.com/cocos2dx/344714.html