Skip to content

Commit

Permalink
fix menulayer onquit
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored and SpaghettDev committed Dec 13, 2024
1 parent 59dba2b commit e321d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -13554,7 +13554,7 @@ class MenuLayer : cocos2d::CCLayer, FLAlertLayerProtocol, GooglePlayDelegate {
void onOptions(cocos2d::CCObject* sender) = win 0x320bb0, imac 0x37e3b0, m1 0x30eaf4;
void onOptionsInstant() = win 0x320bc0, m1 0x30d5b8;
void onPlay(cocos2d::CCObject* sender) = win 0x320b10, m1 0x30e930, imac 0x37e1c0;
void onQuit(cocos2d::CCObject* sender) = win 0x3210c0, imac 0x37e640, m1 0x30edc0;
void onQuit(cocos2d::CCObject* sender) = win 0x3210d0, imac 0x37e640, m1 0x30edc0;
void onRobTop(cocos2d::CCObject* sender) = win 0x3207c0;
void onStats(cocos2d::CCObject* sender) = win 0x320d50, imac 0x37e3f0, m1 0x30eb40;
void onTrailer(cocos2d::CCObject* sender) = m1 0x30f470, imac 0x37ed80;
Expand Down

0 comments on commit e321d4b

Please sign in to comment.