#pragma once #include "Player.h" class GameManager { public: float balance{ 0.0f }; float fuel{ 0.0f }; private: GameManager() = default; };