rnd-19990205-1
[rocksndiamonds.git] / src / editor.h
index 169fbce7185532f215385085db14db9a80784f82..c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf 100644 (file)
@@ -24,9 +24,10 @@ extern int element_shift;
 extern int editor_element[];
 extern int elements_in_list;
 
-void UnmapLevelEditorControlButtons();
+void CreateLevelEditorGadgets();
+void UnmapLevelEditorGadgets();
 void DrawLevelEd(void);
-void LevelEd(int, int, int);
-void LevelNameTyping(KeySym);
+void HandleLevelEditorKeyInput(KeySym);
+void HandleEditorGadgetInfoText(void *ptr);
 
 #endif