X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel_subset.h;h=c6ed9a99594696609d184e38e3e89393a501fa83;hb=8daad02cf03b9cef0bc47c068cf216d5971c543b;hp=8202271f41ddd04828cab79ceda17b34f2f8d368;hpb=e68610f027ad6f35025d9aca87202ceb4501e97e;p=supertux.git diff --git a/src/level_subset.h b/src/level_subset.h index 8202271f4..c6ed9a995 100644 --- a/src/level_subset.h +++ b/src/level_subset.h @@ -23,7 +23,6 @@ #include #include -#include "utils/lispreader.h" using namespace SuperTux; @@ -47,12 +46,14 @@ public: void add_level(const std::string& name); std::string get_level_filename(unsigned int i); + std::string get_worldmap_filename(); int get_num_levels() const; std::string name; std::string title; std::string description; bool hide_from_contribs; + bool has_worldmap; private: void read_info_file(const std::string& info_file);