NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | List of all members
ns::Dir Class Reference

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)
 

Detailed Description

Definition at line 18 of file ResourceLoader.hpp.


The documentation for this class was generated from the following file: