DungeonCrawl
|
Declares routines for creating and destroying monster characters. More...
#include "character.h"
Go to the source code of this file.
Functions | |
character_t * | create_new_goblin (memory_pool_t *memory_pool) |
Creates and initializes a new goblin character. |
Declares routines for creating and destroying monster characters.
Definition in file monster.h.
character_t * create_new_goblin | ( | memory_pool_t * | memory_pool | ) |
Creates and initializes a new goblin character.
memory_pool | A pointer to the memory pool used for allocating the goblin character |
Definition at line 8 of file monster.c.