DungeonCrawl
|
Exposes functions for the language menu. More...
#include "menu.h"
Go to the source code of this file.
Functions | |
int | init_language_menu (void) |
Initializes the language menu with the needed data. | |
menu_result_t | show_language_menu (void) |
Draws the language menu to the screen. | |
void | shutdown_language_menu (void) |
Shuts down the language menu and frees all associated data. |
Exposes functions for the language menu.
Definition in file language_menu.h.
int init_language_menu | ( | void | ) |
Initializes the language menu with the needed data.
Definition at line 13 of file language_menu.c.
menu_result_t show_language_menu | ( | void | ) |
Draws the language menu to the screen.
Definition at line 29 of file language_menu.c.
void shutdown_language_menu | ( | void | ) |
Shuts down the language menu and frees all associated data.
Definition at line 84 of file language_menu.c.