X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=6625c8484ffc519da8a32079abd1f13b8d34dbe5;hb=2174ec0a6b545b47aaea3153ef9a67993fc59a93;hp=37c3eec18c06817157ceb181209fb2b9043832c1;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index 37c3eec1..6625c848 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -59,10 +59,6 @@ // data structure definitions // ---------------------------------------------------------------------------- -struct GlobalInfo_MM -{ -}; - struct CycleList { int x, y; @@ -178,10 +174,6 @@ struct LevelInfo_MM short field[MAX_PLAYFIELD_WIDTH][MAX_PLAYFIELD_HEIGHT]; }; -struct GraphicInfo_MM -{ -}; - struct EngineSnapshotInfo_MM { struct GameInfo_MM game_mm; @@ -212,7 +204,6 @@ struct EngineSnapshotInfo_MM // exported functions // ---------------------------------------------------------------------------- -extern struct GlobalInfo_MM global_mm_info; extern struct GameInfo_MM game_mm; extern struct LevelInfo_MM native_mm_level; extern struct EngineSnapshotInfo_MM engine_snapshot_mm;