#include <vector>
#include <memory>
#include <string>
#include <cassert>
#include <unordered_map>
#include <spdlog/spdlog.h>
#include "sgui/Resources/ResourcesHolder.tpp"
Go to the source code of this file.
|
| class | sgui::ResourcesHolder< Resource, Identifier > |
| | load and hold resources of all kind (image, music, etc.), that can be retrieved with Identifier that are comparable. Note that Resource should implement a "bool loadFromFile" function for this holder to work. sf::Font use openFromFile, but it's handled with type test. More...
|