8 #ifndef RECAST_SERVER_PLAYERAUTH_H
9 #define RECAST_SERVER_PLAYERAUTH_H
12 #include <boost/shared_ptr.hpp>
33 #endif //RECAST_SERVER_PLAYERAUTH_H
int id
Definition: User.hpp:20
User(std::string login, std::string password)
Definition: User.hpp:28
int playerId
Definition: User.hpp:21
User()
Definition: User.hpp:26
std::string login
Definition: User.hpp:22
std::shared_ptr< Player > player
Definition: User.hpp:24
std::string password
Definition: User.hpp:23
User - technical data of a player (login, password and other)
Definition: User.hpp:18