X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.h;h=6d8ab11710d6de7a79ed139c7750221036b432bc;hb=9f688962eb90591205c511c1ae9bf752d276d1f5;hp=0dc8547d0120931459ca49b0b46b1177d53da083;hpb=ed873d89bc59f4e641134f9019ce216234b9f38f;p=rocksndiamonds.git diff --git a/src/game_sp/MainForm.h b/src/game_sp/MainForm.h index 0dc8547d..6d8ab117 100644 --- a/src/game_sp/MainForm.h +++ b/src/game_sp/MainForm.h @@ -19,11 +19,14 @@ extern void DrawField(int X, int Y); extern void DrawFieldAnimated(int X, int Y); extern void DrawFieldNoAnimated(int X, int Y); extern void DrawSprite(int X, int Y, int SpritePos); +#if 0 extern void InvalidateRect(long XMin, long YMin, long XMax, long YMax); +#endif extern void Let_PanelVisible(boolean NewVal); extern void ReLoadStretchSprites(); extern void SaveSnapshot(currency Number); extern void SetDisplayRegion(); +extern void SetScrollEdges(); extern void ShowKey(int KeyVar); extern void menDemoSpeed_Click(int Index); extern void menEdit_Click();