X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=7966bda17b2a315539162db11d50cb6aba62c831;hb=c9433eab5c4317ed4f89164b386a7d33562e29be;hp=169fbce7185532f215385085db14db9a80784f82;hpb=4ec434ee1acb955d0e2e8c33558e5f9226904174;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 169fbce7..7966bda1 100644 --- a/src/editor.h +++ b/src/editor.h @@ -1,14 +1,14 @@ /*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * +* Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-98 Artsoft Entertainment * -* Holger Schemel * -* Oststrasse 11a * -* 33604 Bielefeld * -* phone: ++49 +521 290471 * -* email: aeglos@valinor.owl.de * +* (c) 1995-2002 Artsoft Entertainment * +* Holger Schemel * +* Detmolder Strasse 189 * +* 33604 Bielefeld * +* Germany * +* e-mail: info@artsoft.org * *----------------------------------------------------------* -* editor.h * +* editor.h * ***********************************************************/ #ifndef EDITOR_H @@ -24,9 +24,11 @@ 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); +void RequestExitLevelEditor(boolean); #endif