#ifndef SCORESHEET #define SCORESHEET #include #include "qwixx.h" #include #include "olok.h" class ScoreSheet { public: Olok cumulativeOlok; Olok currentTurnOlok; ScoreSheet(std::string); std::string savedName; bool isTurnDone; int score; }; #endif