#include #include class Game { private: sf::Clock AITimer, Clock; bool isPlaying; public: Game(); };