rnd-20140117-1-src
[rocksndiamonds.git] / src / libgame / system.h
index dfa7a4f73cd1af11b0cffa925416f02e14ba9b19..95076061b8f175cb6c167c25cd559f4675cad8aa 100644 (file)
@@ -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);