taisei/src/menu/gameovermenu.h

17 lines
363 B
C
Raw Normal View History

/*
* 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) 2011, Alexeyew Andrew <http://akari.thebadasschoobs.org/>
*/
#ifndef GAMEOVERMENU_H
#define GAMEOVERMENU_H
#include "menu.h"
void create_gameover_menu(MenuData *);
#endif