mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
Merge pull request #367 from Cvolton/dailylevelnode
add DailyLevelNode::init
This commit is contained in:
commit
d9b913b06c
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue