1
1

ScoreSheet.cpp 90 B

12345
  1. #include "ScoreSheet.h"
  2. ScoreSheet::ScoreSheet(std::string name)
  3. {
  4. savedName = name;
  5. }