11 #include <SFML/Graphics/Font.hpp> 12 #include <SFML/Graphics/Texture.hpp> 14 #include <NasNas/reslib/ResourceLoader.hpp> 20 static auto load(
const std::string& assets_directory_name,
bool autoload=
true) -> bool;
21 static void dispose();
22 static auto in(
const std::string& dir_name) ->
Dir&;
24 static auto getName() ->
const std::string& ;
25 static auto getTexture(
const std::string& texture_path) -> sf::Texture&;
26 static auto getFont(
const std::string& font_path) -> sf::Font&;
27 static void printTree();
32 static std::string m_root_dir_name;
36 static void checkReady();
37 static auto resolvePath(
const std::string& p) -> std::pair<Dir*, std::string>;