taisei/src/menu/mainmenu.h
2017-03-11 21:36:25 +02:00

20 lines
447 B
C

/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
* Copyright (C) 2011, Lukas Weber <laochailan@web.de>
*/
#ifndef MAINMENU_H
#define MAINMENU_H
#include "menu.h"
void create_main_menu(MenuData *m);
void draw_main_menu_bg(MenuData *m);
void draw_main_menu(MenuData *m);
void main_menu_update_spellpractice(void);
void draw_loading_screen(void);
void menu_preload(void);
#endif