#include "ECTrainer.h" ECTrainer::ECTrainer() : _Running(true) { } bool ECTrainer::Init() { if (!_GUI.Init()) return false; return true; }