X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.h;h=6d8ab11710d6de7a79ed139c7750221036b432bc;hb=9f688962eb90591205c511c1ae9bf752d276d1f5;hp=b0a3459385be57c35f96fe67730eada8c1246be1;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/MainForm.h b/src/game_sp/MainForm.h index b0a34593..6d8ab117 100644 --- a/src/game_sp/MainForm.h +++ b/src/game_sp/MainForm.h @@ -12,20 +12,28 @@ #include "global.h" +extern void DrawFrameIfNeeded(); + extern void DisplayLevel(); 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(); extern void menPlaySpeed_Click(int Index); extern void menStop_Click(); +extern void menPlay_Click(); +extern void menPlayDemo_Click(); +extern void Form_Load(); #endif /* MAINFORM_H */