X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=3844a2c83d29d7f9c87a139daa0c2bb7e56e6091;hb=891c39ca37c4fea5f6cc4ca40f913a56c68ef495;hp=a25e6ea6b5163347b6f8aad34d14abcf9cbdfae0;hpb=cc17a49a1a63c1df0e55a5afd510698e21b71dfe;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index a25e6ea6..3844a2c8 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 @@ -25,11 +25,13 @@ extern int editor_element[]; extern int elements_in_list; void CreateLevelEditorGadgets(); +void FreeLevelEditorGadgets(); void UnmapLevelEditorGadgets(); void DrawLevelEd(void); -void LevelEd(int, int, int); -void HandleLevelEditorKeyInput(KeySym); -void LevelNameTyping(KeySym); +void HandleLevelEditorKeyInput(Key); +void HandleLevelEditorIdle(); void HandleEditorGadgetInfoText(void *ptr); +void RequestExitLevelEditor(boolean); +void PrintEditorElementList(); #endif