#include "mapcharacter.h"


Go to the source code of this file.
Namespaces | |
| namespace | data |
Classes | |
| class | character |
| Class holding game characters. More... | |
Variables | |
| dictionary< character * > | data::characters |
| All the game's characters, different from the player. | |
| character * | data::the_player = NULL |
| The player character. | |
Definition in file character.h.
1.5.6