taisei/src/menu/replayview.h
Andrei "Akari" Alexeyev 9a7a874783 Use the standard bool type instead of that stupid enum
Also removed all of the annoying trailing tabs/whitespaces
2017-02-11 05:56:47 +02:00

15 lines
369 B
C

/*
* 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