1 /*
2  * This software is licensed under the terms of the MIT License.
3  * See COPYING for further information.
4  * ---
5  * Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>.
6  * Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>.
7  */
8 
9 #ifndef IGUARD_plrmodes_youmu_a_h
10 #define IGUARD_plrmodes_youmu_a_h
11 
12 #include "taisei.h"
13 
14 #include "plrmodes.h"
15 
16 extern PlayerMode plrmode_youmu_a;
17 
18 #endif // IGUARD_plrmodes_youmu_a_h
19