taisei/src/menu/replayview.h
Andrew "Akari" Alexeyew 4195ea94c4 basic replayview menu
2012-07-16 20:26:41 +03:00

15 lines
371 B
C
Executable file

/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
* Copyright (C) 2011, Lukas Weber <laochailan@web.de>
* Copyright (C) 2012, Alexeyew Andrew <https://github.com/nexAkari>
*/
#ifndef RPYVIEW_H
#define RPYVIEW_H
void create_replayview_menu(MenuData *m);
int replayview_menu_loop(MenuData *m);
#endif