add delegates to EditLevelLayer

This commit is contained in:
Chloe 2022-10-14 18:01:47 -07:00 committed by mat
parent 7c410c4628
commit cff1b67fe6

View file

@ -1034,7 +1034,7 @@ class EditButtonBar : cocos2d::CCNode {
cocos2d::CCArray* m_pagesArray;
}
class EditLevelLayer : cocos2d::CCLayer {
class EditLevelLayer : cocos2d::CCLayer, FLAlertLayerProtocol, TextInputDelegate, UploadActionDelegate, UploadPopupDelegate, SetIDPopupDelegate {
static void scene(GJGameLevel* level) {
auto scene = cocos2d::CCScene::create();