X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=5864d0d4b71d825c2b54a8405dc26fe97eb7c7f1;hb=b9c7e4a42762c8526702726f1404d3e75dbc29f5;hp=c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf;hpb=20c6b8920ccb37a41b9f7467135ecd6550816f59;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index c77fef7e..5864d0d4 100644 --- a/src/editor.h +++ b/src/editor.h @@ -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