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
15
character_t
*
create_new_player
(
memory_pool_t
* memory_pool);
16
17
#endif
//PLAYER_H
character.h
Exposes functions for working working with the character.
create_new_player
character_t * create_new_player(memory_pool_t *memory_pool)
Creates and initializes a new player character.
Definition
player.c:8
character_t
Definition
character.h:26
memory_pool_t
Definition
memory_management.h:21
src
character
player.h
Generated by
1.14.0