taisei/src/menu/mainmenu.h
laochailan 3861a69d62 menus - the beginning
implemented:
[x] ingame menu
[x] main menu
[x] menus
[x] fancy fades
[x] structural earthquake
[ ] the rest of the main menu (difficulty/char select)
2011-06-13 18:48:36 +02:00

18 lines
No EOL
361 B
C

/*
* 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 MAINMENU_H
#define MAINMENU_H
typedef struct MenuData MenuData;
void create_main_menu(MenuData *m);
void draw_main_menu(MenuData *m);
void main_menu_loop(MenuData *m);
#endif