rnd-19981219-1
[rocksndiamonds.git] / src / editor.h
index 2b1e839a7fc07fc174ea4742e1853da032b9ccb7..f996701424c6b6046fd6c68f4637a73c17b5daf2 100644 (file)
@@ -28,6 +28,7 @@ void InitLevelEditorGadgets();
 void UnmapLevelEditorGadgets();
 void DrawLevelEd(void);
 void LevelEd(int, int, int);
+void HandleLevelEditorKeyInput(KeySym);
 void LevelNameTyping(KeySym);
 
 #endif