DungeonCrawl
|
Implements the functionality of the language menu. More...
#include "language_menu.h"
#include "../common.h"
#include "../io/input/input_handler.h"
#include "../io/output/common/output_handler.h"
#include "../local/local_handler.h"
#include "local/language_menu_local.h"
Go to the source code of this file.
Functions | |
int | init_language_menu () |
Initializes the language menu with the needed data. | |
menu_result_t | show_language_menu () |
Draws the language menu to the screen. | |
void | shutdown_language_menu () |
Shuts down the language menu and frees all associated data. |
Implements the functionality of the language menu.
Definition in file language_menu.c.
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.