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

#include "System.h"

using namespace crepe;

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