From cb8f51e86cfcdbd8713ccd9021e2af5fd9ad52bd Mon Sep 17 00:00:00 2001 From: Cvolton Date: Thu, 7 Dec 2023 00:36:17 +0100 Subject: [PATCH] add DailyLevelNode::init --- bindings/GeometryDash.bro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 09982edf..2c3519a5 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1177,6 +1177,11 @@ class DailyLevelPage : FLAlertLayer, FLAlertLayerProtocol, GJDailyLevelDelegate, bool m_weekly; } +[[link(android)]] +class DailyLevelNode : cocos2d::CCNode, FLAlertLayerProtocol { + bool init(GJGameLevel* level, DailyLevelPage* page, bool weekly) = mac 0x10ABB0, win 0x6C480; +} + [[link(android)]] class DialogLayer : cocos2d::CCLayerColor { static DialogLayer* create(DialogObject* dialog, int color) {