#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | Net |
namespace | Net::AccountServer |
Functions | |
void | Net::AccountServer::login (Net::Connection *connection, int version, const std::string &username, const std::string &password) |
void | Net::AccountServer::registerAccount (Net::Connection *connection, int version, const std::string &username, const std::string &password, const std::string &email) |
void | Net::AccountServer::logout () |
void | Net::AccountServer::reconnectAccount (Net::Connection *connection, const std::string &passToken) |