rnd-20040814-1-src
[rocksndiamonds.git] / src / main.h
index 7b6b6f5d0cdc167da9ba03021c8fb38f6c631d6a..170a1fe53166293f95da3e79c30dbf5ca4450771 100644 (file)
@@ -23,6 +23,7 @@
 #include <fcntl.h>
 
 #include "libgame/libgame.h"
+#include "libem/libem.h"
 
 #include "conf_gfx.h"  /* include auto-generated data structure definitions */
 #include "conf_snd.h"  /* include auto-generated data structure definitions */
@@ -1529,6 +1530,8 @@ struct LevelInfo
   boolean use_custom_template; /* use custom properties from template file */
 
   boolean no_valid_file;       /* set when level file missing or invalid */
+
+  boolean changed;             /* set when level was changed in the editor */
 };
 
 struct TapeInfo