Add GJGameLevel::lengthKeyToString on Windows

This commit is contained in:
HJfod 2023-02-26 10:36:14 +02:00
parent 9f60091fbb
commit a633196368

View file

@ -2121,6 +2121,7 @@ class GJGameLevel : cocos2d::CCNode {
void dataLoaded(DS_Dictionary* dict) = mac 0x2922f0, win 0xbded0, ios 0x6fca4;
GJDifficulty getAverageDifficulty() = win 0xbd9b0;
gd::string getUnpackedLevelDescription() = win 0xbf890;
gd::string lengthKeyToString(int key) = win 0xbd910;
static GJGameLevel* getCurrent() {
auto playLayer = PlayLayer::get();