taisei/src/menu/ingamemenu.h

20 lines
501 B
C
Raw Normal View History

/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
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>.
*/
2017-09-27 14:14:53 +02:00
#pragma once
#include "menu.h"
2017-03-19 03:32:14 +01:00
void draw_ingame_menu_bg(MenuData *menu, float f);
void draw_ingame_menu(MenuData *menu);
2012-08-13 19:20:40 +02:00
void create_ingame_menu(MenuData *menu);
void create_ingame_menu_replay(MenuData *m);
void restart_game(MenuData *m, void *arg);