1 2 3 4 5
#include "System.h" using namespace crepe; System::System(const Mediator & mediator) : mediator(mediator) {}