12 lines
128 B
C++
12 lines
128 B
C++
#ifndef PLAYERMANAGER_HPP_
|
|
#define PLAYERMANAGER_HPP_
|
|
|
|
#include "player.hpp"
|
|
|
|
class PlayerManager {
|
|
public:
|
|
private:
|
|
};
|
|
|
|
#endif
|