X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fexport.h;h=552e2ecb14a303618088f650666be38f6ec4eb14;hb=79d7ca29718d025ed0b131bf5389685fe9b941c4;hp=ffd787839b2e2b0be04ccd905108ae39e1852dad;hpb=148d0ad7e7ac1a97eb50de7ecbb642f36c877311;p=rocksndiamonds.git diff --git a/src/game_sp/export.h b/src/game_sp/export.h index ffd78783..552e2ecb 100644 --- a/src/game_sp/export.h +++ b/src/game_sp/export.h @@ -80,6 +80,8 @@ struct GlobalInfo_SP struct GameInfo_SP { + boolean LevelSolved; + boolean GameOver; }; struct LevelInfo_SP @@ -125,6 +127,7 @@ struct EngineSnapshotInfo_SP /* ------------------------------------------------------------------------- */ extern struct GlobalInfo_SP global_sp_info; +extern struct GameInfo_SP game_sp_info; 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];