X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=7de14d613cd23ede44694e0cbe7b7e47a384d67b;hb=860524879132cd3d7f63f66d657aea060f25929c;hp=2f6c2809fff688814c214e9030b4975d5e5e3f16;hpb=25c22434b11938e230719d6f73df4ed7813570be;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 2f6c2809..7de14d61 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1095,6 +1095,7 @@ struct SetupDebugInfo Key frame_delay_key[10]; boolean frame_delay_use_mod_key; boolean frame_delay_game_only; + boolean show_frames_per_second; }; struct SetupInfo @@ -1476,6 +1477,7 @@ void SetOverlayEnabled(boolean); void SetOverlayActive(boolean); boolean GetOverlayActive(); void SetDrawDeactivationMask(int); +int GetDrawDeactivationMask(void); void SetDrawBackgroundMask(int); void SetWindowBackgroundBitmap(Bitmap *); void SetMainBackgroundBitmap(Bitmap *);