mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
Merge pull request #205 from Cvolton/bi-additions
add CreatorLayer delegates
This commit is contained in:
commit
e51c328337
2 changed files with 2 additions and 2 deletions
|
@ -940,8 +940,7 @@ class CreateMenuItem : CCMenuItemSpriteExtra {
|
|||
int m_buildTab;
|
||||
}
|
||||
|
||||
//TODO: inherits cocos2d::CCSceneTransitionDelegate
|
||||
class CreatorLayer : cocos2d::CCLayer {
|
||||
class CreatorLayer : cocos2d::CCLayer, cocos2d::CCSceneTransitionDelegate, DialogDelegate {
|
||||
void onBack(cocos2d::CCObject*) = win 0x4fae0;
|
||||
void onChallenge(cocos2d::CCObject*) = mac 0x142960, win 0x4f1b0;
|
||||
void onLeaderboards(cocos2d::CCObject*) = win 0x4ed20;
|
||||
|
|
|
@ -8,6 +8,7 @@ RT_ADD(
|
|||
|
||||
class CC_DLL CCSceneTransitionDelegate
|
||||
{
|
||||
public:
|
||||
CCSceneTransitionDelegate(const CCSceneTransitionDelegate&);
|
||||
CCSceneTransitionDelegate();
|
||||
|
||||
|
|
Loading…
Reference in a new issue