X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.h;h=0dc8547d0120931459ca49b0b46b1177d53da083;hb=ed873d89bc59f4e641134f9019ce216234b9f38f;hp=ae913f8e2732e1e1fc2aa640f9006f4a91e9bc90;hpb=fe656a41b406b06d9dc5b93d01191d52b1da3b4d;p=rocksndiamonds.git diff --git a/src/game_sp/MainForm.h b/src/game_sp/MainForm.h index ae913f8e..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,6 +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 */