#ifndef PLAYERMANAGER_HPP_ #define PLAYERMANAGER_HPP_ #include "player.hpp" class PlayerManager { public: private: }; #endif