X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;fp=src%2Feditor.h;h=e23c7329d887dbfb02c2f62adb07df571c1eaf51;hb=2443a8a09966a9940e1420c91d24a297325c2a00;hp=466b571fb8c2550ab6c388713ad5292e29665a6e;hpb=335f4db8f7a8bea9b06eeea911b6d1e1d4de4623;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 466b571f..e23c7329 100644 --- a/src/editor.h +++ b/src/editor.h @@ -29,5 +29,6 @@ void UnmapLevelEditorGadgets(); void DrawLevelEd(void); void HandleLevelEditorKeyInput(Key); void HandleEditorGadgetInfoText(void *ptr); +void RequestExitLevelEditor(boolean); #endif