#include "EndOfDayRecap.h" FEndOfDayRecap::FEndOfDayRecap() { this->DayNumber = 0; this->TeamScoreAtStartOfDay = 0; this->TeamScoreAtEndOfDay = 0; }