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_menu_replayview_h
10 #define IGUARD_menu_replayview_h
11 
12 #include "taisei.h"
13 
14 #include "menu.h"
15 
16 MenuData* create_replayview_menu(void);
17 
18 #endif // IGUARD_menu_replayview_h
19