add DailyLevelNode::init

This commit is contained in:
Cvolton 2023-12-07 00:36:17 +01:00
parent b76eb12458
commit cb8f51e86c
No known key found for this signature in database

View file

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