Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
systemmanager.h
Go to the documentation of this file.
1 #ifndef YAGE_ENTITY_SYSTEMMANAGER_H
2 #define YAGE_ENTITY_SYSTEMMANAGER_H
3 
4 #include <unordered_map>
5 
6 namespace yage {
7 
8 class SystemManager {
9 private:
10  std::unordered_map
11 };
12 
13 } // namespace yage
14 
15 #endif