Skip to content

Commit fa940ba

Browse files
committed
2 parents 9f4cf0d + cfbe8db commit fa940ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,7 +3999,7 @@ class CustomSongWidget : cocos2d::CCNode, MusicDownloadDelegate, FLAlertLayerPro
39993999
m_customSongID = songInfo ? songInfo->m_songID : 0;
40004000
this->updateSongInfo();
40014001
}
4002-
void updateWithMultiAssets(gd::string, gd::string, int) = win 0xcb410, m1 0x535020, imac 0x607c40, ios 0x1005d0;
4002+
void updateWithMultiAssets(gd::string songList, gd::string sfxList, int) = win 0xcb410, m1 0x535020, imac 0x607c40, ios 0x1005d0;
40034003
TodoReturn verifySongID(int);
40044004

40054005
SongInfoObject* m_songInfoObject;
@@ -5398,7 +5398,7 @@ class EndLevelLayer : GJDropDownLayer {
53985398
virtual void enterAnimFinished() = m1 0x418a60, imac 0x4afd90, ios 0x2f8174 {}
53995399
virtual void keyUp(cocos2d::enumKeyCodes) = m1 0x419320, imac 0x4b06b0, ios 0x2f8980 {}
54005400

5401-
void coinEnterFinished(cocos2d::CCPoint) = win 0x134230, m1 0x418e98, imac 0x4b0230;
5401+
void coinEnterFinished(cocos2d::CCPoint) = win 0x134230, m1 0x418e98, imac 0x4b0230, ios 0x2f8550;
54025402
void coinEnterFinishedO(cocos2d::CCObject*) = win 0x1341f0, m1 0x418e4c, imac 0x4b01f0;
54035403
void currencyEnterFinished();
54045404
void diamondEnterFinished();

0 commit comments

Comments
 (0)