17 #ifndef HEADER_SUPERTUX_SUPERTUX_LEVELSET_HPP 18 #define HEADER_SUPERTUX_SUPERTUX_LEVELSET_HPP 26 std::string m_basedir;
27 std::vector<std::string> m_levels;
30 Levelset(
const std::string& basedir,
bool recursively =
false);
32 int get_num_levels()
const;
33 std::string get_level_filename(
int i)
const;
39 void walk_directory(
const std::string& directory,
bool recursively =
false);
Definition: levelset.hpp:23