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) {