X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=7966bda17b2a315539162db11d50cb6aba62c831;hb=c9433eab5c4317ed4f89164b386a7d33562e29be;hp=60bb32d710ec06cfcd1f97fdbd3b01b2d4e76b72;hpb=2ae6ae8ed951e87fcba7c363705cd6ddea8de91c;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 60bb32d7..7966bda1 100644 --- a/src/editor.h +++ b/src/editor.h @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2000 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