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