Skip to content

Commit

Permalink
two macos bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored Dec 6, 2024
1 parent 68d8c41 commit 9f41913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -4015,7 +4015,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ

void activateRotationControl(cocos2d::CCObject*) = win 0x121420;
void activateScaleControl(cocos2d::CCObject*) = win 0x113280;
void activateTransformControl(cocos2d::CCObject*) = win 0x1138d0;
void activateTransformControl(cocos2d::CCObject*) = win 0x1138d0, m1 0x3aec4, imac 0x40720;
TodoReturn addObjectsToSmartTemplate(GJSmartTemplate*, cocos2d::CCArray*);
TodoReturn addSnapPosition(cocos2d::CCPoint);
TodoReturn alignObjects(cocos2d::CCArray*, bool);
Expand Down Expand Up @@ -11160,7 +11160,7 @@ class GJTransformControl : cocos2d::CCLayer {
TodoReturn loadValues(GameObject*, cocos2d::CCArray*, gd::unordered_map<int, GameObjectEditorState>&);
TodoReturn logCurrentZeroPos();
void onToggleLockScale(cocos2d::CCObject* sender);
void refreshControl() = win 0x1295f0;
void refreshControl() = win 0x1295f0, m1 0x43948, imac 0x4ab90;
void saveToState(GJTransformState&);
void scaleButtons(float) = win 0x129810;
cocos2d::CCSprite* spriteByTag(int tag) {
Expand Down

0 comments on commit 9f41913

Please sign in to comment.