X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fworld.hpp;h=f59e5cca80830847662d0f777945defabc51b0ce;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=71095b8e374a9d6a812b09bff4d6d1c3cbb7d63c;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/world.hpp b/src/world.hpp index 71095b8e3..f59e5cca8 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -43,7 +43,7 @@ public: void save_state(); void load_state(); - + const std::string& get_level_filename(unsigned int i) const; unsigned int get_num_levels() const; @@ -63,4 +63,3 @@ public: }; #endif -