DungeonCrawl
|
This file contains functions for creating and initializing player characters. More...
#include "player.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. |
This file contains functions for creating and initializing player characters.
Definition in file player.c.
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.