X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=5ca618cdd30a231cd35f544c37da81f14674dfd3;hb=0c591c7613e7cfb5eed337233dcacad92be6e86d;hp=b36ab4300229fe2590c0c495dde8f3657c55d8f2;hpb=d6cdd73c614433eb90eede7cf5cc512b0ef0b721;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index b36ab430..5ca618cd 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -173,6 +173,7 @@ struct GraphicInfo_MM struct EngineSnapshotInfo_MM { + struct GameInfo_MM game_mm; }; @@ -193,6 +194,8 @@ extern void InitGfxBuffers_MM(); extern void InitGameEngine_MM(); extern void GameActions_MM(byte *, boolean); +extern void ClickElement(int, int, int); + extern unsigned int InitEngineRandom_MM(int); extern void setLevelInfoToDefaults_MM();