#include <SFML/Graphics.hpp> #include <SFML/Audio.hpp> class Game { private: sf::Clock AITimer, Clock; bool isPlaying; public: Game(); };