rnd-20091012-1-src
[rocksndiamonds.git] / src / game_sp / export.h
index ffd787839b2e2b0be04ccd905108ae39e1852dad..552e2ecb14a303618088f650666be38f6ec4eb14 100644 (file)
@@ -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];