X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=5864d0d4b71d825c2b54a8405dc26fe97eb7c7f1;hb=b9c7e4a42762c8526702726f1404d3e75dbc29f5;hp=169fbce7185532f215385085db14db9a80784f82;hpb=4ec434ee1acb955d0e2e8c33558e5f9226904174;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 169fbce7..5864d0d4 100644 --- a/src/editor.h +++ b/src/editor.h @@ -24,9 +24,10 @@ extern int element_shift; extern int editor_element[]; extern int elements_in_list; -void UnmapLevelEditorControlButtons(); +void CreateLevelEditorGadgets(); +void UnmapLevelEditorGadgets(); void DrawLevelEd(void); -void LevelEd(int, int, int); -void LevelNameTyping(KeySym); +void HandleLevelEditorKeyInput(Key); +void HandleEditorGadgetInfoText(void *ptr); #endif