X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=95076061b8f175cb6c167c25cd559f4675cad8aa;hb=6fd606e95cceca17c82e2f97e2ca2832b238f96d;hp=abb63b591e70c039d3dface2849e1abb5b0d05d1;hpb=a7c06161253796a30a0237a7f5a044f459c8cf35;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index abb63b59..95076061 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1276,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);