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

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 ()
 

Detailed Description

Definition at line 18 of file ResourceManager.hpp.


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