X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=95076061b8f175cb6c167c25cd559f4675cad8aa;hb=6fd606e95cceca17c82e2f97e2ca2832b238f96d;hp=dfa7a4f73cd1af11b0cffa925416f02e14ba9b19;hpb=68d1418be737276c8214780106399c0dae588d1c;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index dfa7a4f7..95076061 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1198,6 +1198,7 @@ struct TextPosInfo int size; int font, font_alt; boolean draw_masked; + boolean draw_player; /* special case for network player buttons */ int sort_priority; int id; }; @@ -1275,6 +1276,8 @@ void SetWindowBackgroundBitmap(Bitmap *); void SetMainBackgroundBitmap(Bitmap *); void SetDoorBackgroundBitmap(Bitmap *); +void LimitScreenUpdates(boolean); + void InitVideoDisplay(void); void CloseVideoDisplay(void); void InitVideoBuffer(int, int, int, boolean);