#include "abstractcharacterdata.hpp"
#include "defines.h"
#include <string>
#include <vector>
#include "utils/countedptr.h"
#include "point.h"
Go to the source code of this file.
Classes | |
| class | CharacterData |
Typedefs | |
| typedef utils::CountedPtr< CharacterData > | CharacterPtr |
| Type definition for a smart pointer to CharacterData. | |
| typedef std::vector< CharacterPtr > | Characters |
| Type definition for a list of Characters. | |
|
|
Type definition for a smart pointer to CharacterData.
Definition at line 184 of file characterdata.hpp. |
|
|
Type definition for a list of Characters.
Definition at line 189 of file characterdata.hpp. |
1.3.9.1