diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro
index 1e4ea2f6..c2b9d2f4 100644
--- a/bindings/GeometryDash.bro
+++ b/bindings/GeometryDash.bro
@@ -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();