X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=a6e9b9f33b63b3bb572f1f1317873be97316aa56;hb=f47abfa991814f09bfc5e388f284663bd23e2829;hp=86dc01ac0ab0c6ac995fa8fc7595ffee8b632337;hpb=fdd2829c52e8f4ec204e089b5d35ed5aef50e4e6;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 86dc01ac..a6e9b9f3 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1291,7 +1291,6 @@ extern boolean keyrepeat_status; #endif extern int redraw_mask; -extern int redraw_tiles; extern int FrameCounter; @@ -1355,7 +1354,6 @@ Pixel GetPixelFromRGBcompact(Bitmap *, unsigned int); void KeyboardAutoRepeatOn(void); void KeyboardAutoRepeatOff(void); -boolean PointerInWindow(DrawWindow *); boolean SetVideoMode(boolean); boolean ChangeVideoModeIfNeeded(boolean);