DungeonCrawl
|
Exposes functions for working with the player. More...
#include "character.h"
Go to the source code of this file.
Functions | |
character_t * | create_new_player (memory_pool_t *memory_pool) |
Creates and initializes a new player character. |
Exposes functions for working with the player.
Definition in file player.h.
character_t * create_new_player | ( | memory_pool_t * | memory_pool | ) |
Creates and initializes a new player character.
memory_pool | A pointer to the memory pool used for allocating the player character |
Definition at line 8 of file player.c.