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
|
|
|
* ---
|
2017-09-12 03:28:15 +02:00
|
|
|
* Copyright (c) 2011-2017, Lukas Weber <laochailan@web.de>.
|
|
|
|
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
|
2012-07-16 19:26:41 +02:00
|
|
|
*/
|
2017-02-11 04:52:08 +01:00
|
|
|
|
2017-09-27 14:14:53 +02:00
|
|
|
#pragma once
|
2012-07-16 19:26:41 +02:00
|
|
|
|
2017-02-24 22:58:27 +01:00
|
|
|
#include "menu.h"
|
|
|
|
|
2012-07-16 19:26:41 +02:00
|
|
|
void create_replayview_menu(MenuData *m);
|