X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel.h;h=0f81e910da93a81776da0a9bd0a5745cc1895dc6;hb=6c61f312a1f5a768e202195ca18ed5a51974bdcc;hp=3e34d072ddb2b6a4065dc0be948ce80c9bc35f0e;hpb=d5f3984577afe481c7e0596d3a01f86c8ae83945;p=supertux.git diff --git a/src/level.h b/src/level.h index 3e34d072d..0f81e910d 100644 --- a/src/level.h +++ b/src/level.h @@ -47,6 +47,7 @@ public: void load(const std::string& filename); void save(const std::string& filename); + static void create(const std::string& filename); const std::string& get_name() const { return name; } @@ -64,8 +65,6 @@ public: Sector* get_next_sector(const Sector* sector); Sector* get_previous_sector(const Sector* sector); - const std::string& get_sector_name(const Sector* sector); - int get_total_sectors(); int get_total_badguys();