taisei/src/menu/spellpractice.h

19 lines
436 B
C
Raw Normal View History

2017-02-12 05:30:25 +01:00
/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
* Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
* Copyright (c) 2012-2019, Andrei Alexeyev <akari@alienslab.net>.
2017-02-12 05:30:25 +01:00
*/
#ifndef IGUARD_menu_spellpractice_h
#define IGUARD_menu_spellpractice_h
#include "taisei.h"
2017-02-12 05:30:25 +01:00
#include "menu.h"
void create_spell_menu(MenuData *m);
#endif // IGUARD_menu_spellpractice_h