X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fexport.h;h=d8b964fd102f5ebcc3211162921db581906dc56f;hb=60905b7f08ae9a2c88299731a8ce490c31d8b6e0;hp=787bb45b9d7a1bfda4e2b07b505812c257675ae7;hpb=c40a5c6109e586ce4049ca0900e5fb9c9ac60fb7;p=rocksndiamonds.git diff --git a/src/game_sp/export.h b/src/game_sp/export.h index 787bb45b..d8b964fd 100644 --- a/src/game_sp/export.h +++ b/src/game_sp/export.h @@ -85,10 +85,6 @@ typedef struct #define HAS_LevelInfoType #endif -struct GlobalInfo_SP -{ -}; - struct GameInfo_SP { boolean level_solved; @@ -127,9 +123,6 @@ struct LevelInfo_SP byte playfield[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; struct DemoInfo_SP demo; - - // used for runtime values - struct GameInfo_SP *game_sp; }; struct GraphicInfo_SP @@ -168,11 +161,8 @@ struct EngineSnapshotInfo_SP // exported functions // ---------------------------------------------------------------------------- -extern struct GlobalInfo_SP global_sp_info; extern struct GameInfo_SP game_sp; extern struct LevelInfo_SP native_sp_level; -extern struct GraphicInfo_SP graphic_info_sp_object[TILE_MAX][8]; -extern struct GraphicInfo_SP graphic_info_sp_player[MAX_PLAYERS][SPR_MAX][8]; extern struct EngineSnapshotInfo_SP engine_snapshot_sp; void sp_open_all(void);