System Manager
Closed this issue · 0 comments
EthanHofton commented
Create the system manager class where you have a static global registry of all systems.
system_manager::get<T>()
system_manager::get(const std::string&)
system_manager::remove<T>()
system_manager::remove(const std::string&)