taisei/src/menu/replayview.h
2017-02-24 23:58:27 +02:00

16 lines
349 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
#include "menu.h"
void create_replayview_menu(MenuData *m);
#endif