1 2 3 4 5 6
#include "System.h" using namespace crepe; System::System(ComponentManager & mgr) : component_manager(mgr) {}