2012-07-16 17:47:06 +02:00
|
|
|
/*
|
|
|
|
* 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/>
|
|
|
|
*/
|
2011-07-02 11:39:36 +02:00
|
|
|
|
|
|
|
#ifndef GAMEOVERMENU_H
|
|
|
|
#define GAMEOVERMENU_H
|
|
|
|
|
|
|
|
#include "menu.h"
|
|
|
|
|
2012-08-12 20:16:40 +02:00
|
|
|
void create_gameover_menu(MenuData *);
|
2011-07-02 11:39:36 +02:00
|
|
|
|
|
|
|
#endif
|