This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/client/player_manager.hpp
T
2013-05-02 22:45:26 +10:00

12 lines
128 B
C++

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