DungeonCrawl
Loading...
Searching...
No Matches
stats_mode.h
Go to the documentation of this file.
1
5
#ifndef STATS_MODE_H
6
#define STATS_MODE_H
7
#include "
../character/character.h
"
8
#include "
stats.h
"
9
10
typedef
enum
{
11
STATS_WINDOW,
12
STATS_EXIT
13
} stats_result_t;
14
21
stats_result_t
stats_mode
(
character_t
* player);
22
23
24
#endif
//STATS_MODE_H
character.h
Exposes functions for working working with the character.
stats.h
Exposes functions for working with stats.
stats_mode
stats_result_t stats_mode(character_t *player)
Enter the stat mode for a given character.
Definition
stats_mode.c:14
character_t
Definition
character.h:26
src
stats
stats_mode.h
Generated by
1.14.0