taisei/src/menu/ingamemenu.h

19 lines
376 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"
2017-03-19 03:32:14 +01:00
void draw_ingame_menu_bg(MenuData *menu, float f);
2012-08-13 19:20:40 +02:00
void create_ingame_menu(MenuData *menu);
void draw_ingame_menu(MenuData *menu);
#endif