rnd-19990205-1
[rocksndiamonds.git] / src / editor.h
index 2b1e839a7fc07fc174ea4742e1853da032b9ccb7..c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf 100644 (file)
@@ -24,10 +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 LevelNameTyping(KeySym);
+void HandleLevelEditorKeyInput(KeySym);
+void HandleEditorGadgetInfoText(void *ptr);
 
 #endif