X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=ad6976c8781cf13e424e5eea556c9aa8eb5ef9b4;hp=fb209d30c3b9b919a92cb814c871ccc884a4395d;hb=5c5685a92a0ca8060018c4d035e6b37fea7e0f5a;hpb=803637f901b7b228091ac27c4b60ba753219d043 diff --git a/src/libgame/system.h b/src/libgame/system.h index fb209d30..ad6976c8 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -508,6 +508,7 @@ #define SOUNDSINFO_FILENAME "soundsinfo.conf" #define MUSICINFO_FILENAME "musicinfo.conf" #define ARTWORKINFO_CACHE_FILE "artworkinfo.cache" +#define LEVELTEMPLATE_FILENAME "template.level" #define LEVELFILE_EXTENSION "level" #define TAPEFILE_EXTENSION "tape" #define SCOREFILE_EXTENSION "score" @@ -968,6 +969,8 @@ struct SetupEditorInfo boolean el_dx_boulderdash; boolean el_chars; boolean el_steel_chars; + + boolean el_classic; boolean el_custom; boolean el_user_defined; boolean el_dynamic;