1 2 3 4 5 6 7
#include "System.h" using namespace crepe; // TODO: ComponentManager shouldn't be a singleton System::System() : compmgr(ComponentManager::get_instance()) {}