rnd-19990110-1
[rocksndiamonds.git] / src / editor.h
index 2b1e839a7fc07fc174ea4742e1853da032b9ccb7..665ff1b8d0b5c2462a0a82a87ce5b1ee93d439ad 100644 (file)
@@ -28,6 +28,8 @@ void InitLevelEditorGadgets();
 void UnmapLevelEditorGadgets();
 void DrawLevelEd(void);
 void LevelEd(int, int, int);
+void HandleLevelEditorKeyInput(KeySym);
 void LevelNameTyping(KeySym);
+void HandleEditorGadgetInfoText(void *ptr);
 
 #endif