2017-11-12 01:38:44 +01:00
|
|
|
/*
|
|
|
|
* This software is licensed under the terms of the MIT-License
|
|
|
|
* See COPYING for further information.
|
|
|
|
* ---
|
2019-01-23 21:10:43 +01:00
|
|
|
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
|
|
|
|
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@alienslab.net>.
|
2017-11-12 01:38:44 +01:00
|
|
|
*/
|
|
|
|
|
2019-01-23 21:10:43 +01:00
|
|
|
#ifndef IGUARD_menu_submenus_h
|
|
|
|
#define IGUARD_menu_submenus_h
|
|
|
|
|
2017-11-25 20:45:11 +01:00
|
|
|
#include "taisei.h"
|
2017-11-12 01:38:44 +01:00
|
|
|
|
|
|
|
void enter_options(MenuData *menu, void *arg);
|
|
|
|
void enter_stagemenu(MenuData *menu, void *arg);
|
|
|
|
void enter_replayview(MenuData *menu, void *arg);
|
|
|
|
void enter_spellpractice(MenuData *menu, void *arg);
|
2019-01-23 21:10:43 +01:00
|
|
|
|
|
|
|
#endif // IGUARD_menu_submenus_h
|