aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/System.cpp
blob: fa51d2f56b6cd4171349f0466baa667b6e226af2 (plain)
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()) {}