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

#include "System.h"

using namespace crepe;

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