rnd-20000721-1-src
[rocksndiamonds.git] / src / editor.h
index c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf..5864d0d4b71d825c2b54a8405dc26fe97eb7c7f1 100644 (file)
@@ -27,7 +27,7 @@ extern int elements_in_list;
 void CreateLevelEditorGadgets();
 void UnmapLevelEditorGadgets();
 void DrawLevelEd(void);
-void HandleLevelEditorKeyInput(KeySym);
+void HandleLevelEditorKeyInput(Key);
 void HandleEditorGadgetInfoText(void *ptr);
 
 #endif