#include "EyeTrack.h" #include "ECTrainer.h" // コンストラクタ EyeTrack::EyeTrack(ECTrainer* pEct) :BaseProcess(pEct) { }