|
Cytopia
0.3
A city building simulation game
|
#include <unordered_map>#include <string>#include "../util/Singleton.hxx"#include "../util/Meta.hxx"#include "ResourceManager.inl.hxx"
Include dependency graph for ResourceManager.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ResourceManager |
| struct | ResourceManager::ResourceItem< ResourceType > |
| struct | ResourceManager::AgeIterator< Iterator > |
| struct | ResourceManager::resource_type< ResourceID > |
Typedefs | |
| template<typename Key , typename Value > | |
| using | Mapping = std::unordered_map< Key, Value > |
| using Mapping = std::unordered_map<Key, Value> |
Definition at line 14 of file ResourceManager.hxx.