2011-06-13 18:48:36 +02:00
|
|
|
/*
|
|
|
|
* This software is licensed under the terms of the MIT-License
|
2017-02-11 04:52:08 +01:00
|
|
|
* See COPYING for further information.
|
2011-06-13 18:48:36 +02:00
|
|
|
* ---
|
2018-01-04 18:14:31 +01:00
|
|
|
* Copyright (c) 2011-2018, Lukas Weber <laochailan@web.de>.
|
|
|
|
* Copyright (c) 2012-2018, Andrei Alexeyev <akari@alienslab.net>.
|
2011-06-13 18:48:36 +02:00
|
|
|
*/
|
|
|
|
|
2017-09-27 14:14:53 +02:00
|
|
|
#pragma once
|
2017-11-25 20:45:11 +01:00
|
|
|
#include "taisei.h"
|
2011-06-13 18:48:36 +02:00
|
|
|
|
2011-06-24 19:16:05 +02:00
|
|
|
#include "menu.h"
|
2011-06-13 18:48:36 +02:00
|
|
|
|
|
|
|
void create_main_menu(MenuData *m);
|
2011-06-24 12:35:03 +02:00
|
|
|
void draw_main_menu_bg(MenuData *m);
|
2011-06-13 18:48:36 +02:00
|
|
|
void draw_main_menu(MenuData *m);
|
2017-09-11 21:09:30 +02:00
|
|
|
void main_menu_update_practice_menus(void);
|
2017-03-07 02:04:23 +01:00
|
|
|
void draw_loading_screen(void);
|
2017-03-11 04:41:57 +01:00
|
|
|
void menu_preload(void);
|