Updated addon repository URL and improved debug output on download
[supertux.git] / src / supertux / levelset.hpp
index b8618f7..703dfa1 100644 (file)
@@ -30,6 +30,7 @@ public:
   Levelset(const std::string& basedir);
 
   int get_num_levels() const;
+  std::string get_level_filename(int i) const;
 
 private:
   Levelset(const Levelset&) = delete;