rnd-20091205-1-src
[rocksndiamonds.git] / src / main.h
index 38a5bcbf7900b82cc6f01578cf648f97b84a6b05..0adf9f70bb298dce0858735fd43d2017f33611c9 100644 (file)
@@ -30,6 +30,9 @@
 #include "conf_snd.h"  /* include auto-generated data structure definitions */
 #include "conf_mus.h"  /* include auto-generated data structure definitions */
 
+
+#define CMD_SWITCH_LOAD_XSB_TO_CES     (1 << 0)
+
 #define IMG_UNDEFINED                  (-1)
 #define IMG_EMPTY                      IMG_EMPTY_SPACE
 #define IMG_SP_EMPTY                   IMG_SP_EMPTY_SPACE
@@ -2293,6 +2296,7 @@ struct LevelInfo
 
   /* level stored in native format for the alternative native game engines */
   struct LevelInfo_EM *native_em_level;
+  struct LevelInfo_SP *native_sp_level;
 
   int file_version;    /* file format version the level is stored with    */
   int game_version;    /* game release version the level was created with */