#include "ScoreSheet.h" ScoreSheet::ScoreSheet(std::string name) { // make 12 boxes for each colored row (not the white ones) for(int j = 0; j empty; rowColors.push_back(empty); for (int i = 0; i t; t.push_back(0); selection.push_back(t); t.push_back(0); selection.push_back(t); selection.push_back(t); savedName = name; penaltyCount = 0; } void ScoreSheet::newSelection() { selection[penalty][0] = 0; selection[everyone][row] = -1; selection[everyone][column] = -1; selection[active][row] = -1; selection[active][column] = -1; }