taisei/src/menu/replayview.h

16 lines
369 B
C
Raw Normal View History

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