X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Flibgame%2Fsystem.h;h=216ca6a68d3a048546a99368c2fcf99b0fdb4e28;hb=035ca48bd333abcf01acf29584817bc80e03e498;hp=630dce8573face1ad389ca539d2aa4d72fedb1f6;hpb=499ad3bb12d513266ddcebe41a84eee8237a7fb5;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 630dce85..216ca6a6 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1090,6 +1090,7 @@ struct SetupInternalInfo int default_window_height; boolean choose_from_top_leveldir; + boolean show_scaling_in_title; }; struct SetupDebugInfo @@ -1545,6 +1546,7 @@ void SetAudioMode(boolean); boolean PendingEvent(void); void NextEvent(Event *event); void PeekEvent(Event *event); +void CheckQuitEvent(void); Key GetEventKey(KeyEvent *, boolean); KeyMod HandleKeyModState(Key, int); KeyMod GetKeyModState();