X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.h;h=0dc8547d0120931459ca49b0b46b1177d53da083;hb=ed873d89bc59f4e641134f9019ce216234b9f38f;hp=20f71d6e66eab8c8dc76c8cadde407cbedfe613f;hpb=8d3d7d213a9691455a49544624bf380e85f43461;p=rocksndiamonds.git diff --git a/src/game_sp/MainForm.h b/src/game_sp/MainForm.h index 20f71d6e..0dc8547d 100644 --- a/src/game_sp/MainForm.h +++ b/src/game_sp/MainForm.h @@ -12,6 +12,8 @@ #include "global.h" +extern void DrawFrameIfNeeded(); + extern void DisplayLevel(); extern void DrawField(int X, int Y); extern void DrawFieldAnimated(int X, int Y); @@ -28,5 +30,7 @@ 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 */