NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Static Public Member Functions | |
static auto | load (const std::string &assets_directory_name, bool autoload=true) -> bool |
static void | dispose () |
static auto | in (const std::string &dir_name) -> Dir & |
static auto | getName () -> const std::string & |
static auto | getTexture (const std::string &texture_path) -> sf::Texture & |
static auto | getFont (const std::string &font_path) -> sf::Font & |
static void | printTree () |
Definition at line 18 of file ResourceManager.hpp.