NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Member Functions | |
Dir (std::string name, Dir *parent) | |
void | load (const std::string &path, bool autoload) |
auto | in (const std::string &dir_name) -> Dir & |
auto | getName () -> const std::string & |
auto | getPath () -> std::string |
auto | getTexture (const std::string &texture_name) -> sf::Texture & |
auto | getFont (const std::string &font_name) -> sf::Font & |
void | printTree (int indent=0) |
Definition at line 18 of file ResourceLoader.hpp.