taisei/src/menu/ingamemenu.h

20 lines
399 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>
*/
#ifndef INGAMEMENU_H
#define INGAMEMENU_H
#include "menu.h"
2012-08-13 19:20:40 +02:00
void draw_ingame_menu_bg(float f);
void create_ingame_menu(MenuData *menu);
void draw_ingame_menu(MenuData *menu);
int ingame_menu_loop(MenuData *menu);
#endif