Adonthell
0.4
|
Declares the character class. More...
#include "mapcharacter.h"
Go to the source code of this file.
Classes | |
class | character |
Class holding game characters. More... | |
Variables | |
dictionary< character * > | data::characters |
All the game's characters, different from the player. More... | |
character * | data::the_player = NULL |
The player character. More... | |
Declares the character class.
Definition in file character.h.
dictionary< character * > data::characters |
All the game's characters, different from the player.
Definition at line 31 of file character.cc.
character * data::the_player = NULL |
The player character.
Definition at line 32 of file character.cc.