DungeonCrawl
Loading...
Searching...
No Matches
monster.h
Go to the documentation of this file.
1
5#ifndef MONSTER_H
6#define MONSTER_H
7
8#include "character.h"
9
16
17#endif//MONSTER_H
Exposes functions for working working with the character.
character_t * create_new_goblin(memory_pool_t *memory_pool)
Creates and initializes a new goblin character.
Definition monster.c:8