Class holding game characters. More...
#include <character.h>


Public Member Functions | |
| character () | |
| Default constructor. | |
| ~character () | |
| Destructor. | |
Class holding game characters.
Definition at line 35 of file character.h.
| character::character | ( | ) |
Default constructor.
Definition at line 30 of file character.cc.
| character::~character | ( | ) |
Destructor.
Definition at line 34 of file character.cc.
1.7.1