40void draw_stats_menu(
const char* title,
const char** options,
int option_count,
int selected_index,
const char* footer);
Exposes functions for working working with the character.
void update_stats_local(void)
Update localized strings for the stats mode.
void draw_stats_log(const char *message)
Display a message in the stats log.
void shutdown_stats_mode(void)
Shutdown the stats mode.
void draw_stats_menu(const char *title, const char **options, int option_count, int selected_index, const char *footer)
Draw the stats menu.
int init_stats_mode(void)
Initialize the stats mode.
void render_stats_window(const character_t *player)
Render the stats window.