X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=f1f44184b847dc13e1ccd0e2b8153fcc9cb2fd07;hb=f47cd4b09952aaf95d16542f6b53f2d8bf9e1d7d;hp=e23c7329d887dbfb02c2f62adb07df571c1eaf51;hpb=2443a8a09966a9940e1420c91d24a297325c2a00;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index e23c7329..f1f44184 100644 --- a/src/editor.h +++ b/src/editor.h @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2001 Artsoft Entertainment * +* (c) 1995-2002 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -25,10 +25,15 @@ extern int editor_element[]; extern int elements_in_list; void CreateLevelEditorGadgets(); +void FreeLevelEditorGadgets(); void UnmapLevelEditorGadgets(); void DrawLevelEd(void); void HandleLevelEditorKeyInput(Key); +void HandleLevelEditorIdle(); void HandleEditorGadgetInfoText(void *ptr); void RequestExitLevelEditor(boolean); +void PrintEditorElementList(); + +void DumpBrush(); #endif