rnd-20140117-1-src
[rocksndiamonds.git] / src / libgame / system.c
index 6bc36f961d657070221cf508db993210fff49aff..94fe631b87a12e3f421dbf0b6148fc55443ce23d 100644 (file)
@@ -415,6 +415,13 @@ inline static void sysCopyArea(Bitmap *src_bitmap, Bitmap *dst_bitmap,
 #endif
 }
 
+void LimitScreenUpdates(boolean enable)
+{
+#if defined(TARGET_SDL)
+  SDLLimitScreenUpdates(enable);
+#endif
+}
+
 void InitVideoDisplay(void)
 {
 #if defined(TARGET_SDL)