#include <string>
#include "defines.h"
#include "account-server/characterdata.hpp"
#include "utils/countedptr.h"
Go to the source code of this file.
Classes | |
| class | Account |
| A player's account. More... | |
Typedefs | |
| typedef utils::CountedPtr< Account > | AccountPtr |
| Type definition for a smart pointer to Account. | |
|
|
Type definition for a smart pointer to Account.
Definition at line 230 of file account.hpp. |
1.3.9.1