X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=f1f44184b847dc13e1ccd0e2b8153fcc9cb2fd07;hb=fda8c9f42aa13663ad6b2f698da787a7280b9965;hp=c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf;hpb=20c6b8920ccb37a41b9f7467135ecd6550816f59;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index c77fef7e..f1f44184 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,9 +25,15 @@ extern int editor_element[]; extern int elements_in_list; void CreateLevelEditorGadgets(); +void FreeLevelEditorGadgets(); void UnmapLevelEditorGadgets(); void DrawLevelEd(void); -void HandleLevelEditorKeyInput(KeySym); +void HandleLevelEditorKeyInput(Key); +void HandleLevelEditorIdle(); void HandleEditorGadgetInfoText(void *ptr); +void RequestExitLevelEditor(boolean); +void PrintEditorElementList(); + +void DumpBrush(); #endif