2012-07-16 19:26:41 +02:00
|
|
|
/*
|
|
|
|
* This software is licensed under the terms of the MIT-License
|
2017-02-11 04:52:08 +01:00
|
|
|
* 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>
|
|
|
|
*/
|
2017-02-11 04:52:08 +01:00
|
|
|
|
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
|