Skip to content

Commit 910872c

Browse files
authored
some UndoObject 1.92 (geode-sdk#1192)
1 parent 6a06e8c commit 910872c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/1.920/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7748,8 +7748,8 @@ class UndoObject : cocos2d::CCObject {
77487748

77497749
static UndoObject* create(GameObject*, UndoCommand);
77507750

7751-
TodoReturn createWithArray(cocos2d::CCArray*, UndoCommand);
7752-
TodoReturn createWithTransformObjects(cocos2d::CCArray*, UndoCommand);
7751+
static UndoObject* createWithArray(cocos2d::CCArray*, UndoCommand) = win 0x92970;
7752+
static UndoObject* createWithTransformObjects(cocos2d::CCArray*, UndoCommand) = win 0x92770;
77537753
bool init(cocos2d::CCArray*, UndoCommand);
77547754
bool init(GameObject*, UndoCommand);
77557755
TodoReturn initWithTransformObjects(cocos2d::CCArray*, UndoCommand);

0 commit comments

Comments
 (0)