uni

University stuff
git clone git://git.christosmarg.xyz/uni-assignments.git
Log | Files | Refs | README | LICENSE

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 }