#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | Net |
namespace | Net::AccountServer |
namespace | Net::AccountServer::Account |
Functions | |
void | Net::AccountServer::Account::createCharacter (const std::string &name, char hairStyle, char hairColor, char gender, short strength, short agility, short vitality, short intelligence, short dexterity, short willpower) |
void | Net::AccountServer::Account::deleteCharacter (char slot) |
void | Net::AccountServer::Account::selectCharacter (char slot) |
void | Net::AccountServer::Account::unregister (const std::string &username, const std::string &password) |
void | Net::AccountServer::Account::changeEmail (const std::string &email) |
void | Net::AccountServer::Account::changePassword (const std::string &username, const std::string &oldPassword, const std::string &newPassword) |