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