X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=60bb32d710ec06cfcd1f97fdbd3b01b2d4e76b72;hb=2ae6ae8ed951e87fcba7c363705cd6ddea8de91c;hp=dae87c12e6d4a72a1f115a6acabc9e993142c1fe;hpb=4f767d54c7ac468e9a42e22caf716111be1ceba9;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index dae87c12..60bb32d7 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-2000 Artsoft Entertainment * +* Holger Schemel * +* Detmolder Strasse 189 * +* 33604 Bielefeld * +* Germany * +* e-mail: info@artsoft.org * *----------------------------------------------------------* -* editor.h * +* editor.h * ***********************************************************/ #ifndef EDITOR_H @@ -24,8 +24,10 @@ extern int element_shift; extern int editor_element[]; extern int elements_in_list; +void CreateLevelEditorGadgets(); +void UnmapLevelEditorGadgets(); void DrawLevelEd(void); -void LevelEd(int, int, int); -void LevelNameTyping(KeySym); +void HandleLevelEditorKeyInput(Key); +void HandleEditorGadgetInfoText(void *ptr); #endif