Score.cc (98B)
1 #include "Score.hpp" 2 3 Score::Score(const char *scorefile) 4 { 5 curscore = 0; 6 } 7 8 Score::~Score() 9 { 10 }