aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/System.cpp
blob: ecc740d7964b32d9460b38ac5930487cdfe3745a (plain)
1
2
3
4
5
#include "System.h"

using namespace crepe;

System::System(const Mediator & mediator) : mediator(mediator) {}