DungeonCrawl
Loading...
Searching...
No Matches
language_menu.h
Go to the documentation of this file.
1
5#ifndef LANGUAGE_MENU_H
6#define LANGUAGE_MENU_H
7
8#include "menu.h"
9
13int init_language_menu(void);
14
20menu_result_t show_language_menu(void);
21
25void shutdown_language_menu(void);
26
27#endif//LANGUAGE_MENU_H
int init_language_menu(void)
Initializes the language menu with the needed data.
void shutdown_language_menu(void)
Shuts down the language menu and frees all associated data.
menu_result_t show_language_menu(void)
Draws the language menu to the screen.
Exposes helper functions to work with menus.