Merge pull request #367 from Cvolton/dailylevelnode

add DailyLevelNode::init
This commit is contained in:
alk 2023-12-11 15:26:59 +03:00 committed by GitHub
commit d9b913b06c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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