|
| character.c |
| Implements character functionallity.
|
| character.h |
| Exposes functions for working working with the character.
|
| character_fw.h |
| Exposes a forward strucht for the character type.
|
| level.c |
| Implements level progression and experience point (XP) management for characters in the DungeonCrawl game.
|
| level.h |
| Exposes functions for working with the character.
|
| monster.c |
| This file contains functions for creating and initializing monster characters.
|
| monster.h |
| Declares routines for creating and destroying monster characters.
|
| player.c |
| This file contains functions for creating and initializing player characters.
|
| player.h |
| Exposes functions for working with the player.
|