Adonthell  0.4
character.h File Reference

Declares the character class. More...

#include "mapcharacter.h"
Include dependency graph for character.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  character
 Class holding game characters. More...
 

Typedefs

typedef dictionary< character * > data::characters
 All the game's characters, different from the player. More...
 

Variables

characterdata::the_player = NULL
 The player character. More...
 

Detailed Description

Declares the character class.

Author
Kai Sterker kai.s.nosp@m.terk.nosp@m.er@gm.nosp@m.ail..nosp@m.com

Definition in file character.h.

Typedef Documentation

◆ characters

All the game's characters, different from the player.

Definition at line 31 of file character.cc.

Variable Documentation

◆ the_player

character * data::the_player = NULL

The player character.

Definition at line 32 of file character.cc.