rnd-19990125-1
[rocksndiamonds.git] / src / editor.h
index 169fbce7185532f215385085db14db9a80784f82..a25e6ea6b5163347b6f8aad34d14abcf9cbdfae0 100644 (file)
@@ -24,9 +24,12 @@ 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 HandleLevelEditorKeyInput(KeySym);
 void LevelNameTyping(KeySym);
+void HandleEditorGadgetInfoText(void *ptr);
 
 #endif