X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=7966bda17b2a315539162db11d50cb6aba62c831;hb=4f99eecc06f270aa3c8f536c0b3813c743d19ef5;hp=466b571fb8c2550ab6c388713ad5292e29665a6e;hpb=681721dddc91bcdaef50002d1e861cc8d484e938;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 466b571f..7966bda1 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 * @@ -29,5 +29,6 @@ void UnmapLevelEditorGadgets(); void DrawLevelEd(void); void HandleLevelEditorKeyInput(Key); void HandleEditorGadgetInfoText(void *ptr); +void RequestExitLevelEditor(boolean); #endif