X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=920e464cfa12a5af0ab296bc879c4bbfdc6c88c0;hp=68a540b3e9b293c259874e2b018498f55e7895ba;hb=87f531efe267aa3d6a27cc3a68c68c1a4df7b18b;hpb=838825e11f7e4af0947bf9d40061defd4e499017 diff --git a/src/libgame/system.h b/src/libgame/system.h index 68a540b3..920e464c 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -386,6 +386,13 @@ struct TreeInfo char *author; /* level or artwork author name */ char *imported_from; /* optional comment for imported levels or artwork */ + char *graphics_set; /* optional custom graphics set (level tree only) */ + char *sounds_set; /* optional custom sounds set (level tree only) */ + char *music_set; /* optional custom music set (level tree only) */ + char *graphics_path; /* path to optional custom graphics set (level only) */ + char *sounds_path; /* path to optional custom sounds set (level only) */ + char *music_path; /* path to optional custom music set (level only) */ + int levels; /* number of levels in level series */ int first_level; /* first level number (to allow start with 0 or 1) */ int last_level; /* last level number (automatically calculated) */