Menu system. More...
#include "menu.h"#include "files.h"#include "mainmenu.h"#include "play.h"#include "raylib.h"#include "screen.h"#include "singleplayer.h"Functions | |
| void | setupMenuScreen (void) |
| Setup menu screen (only use in screen.h) | |
| void | menuUpdate (void) |
| Update/Tick menu. | |
| void | menuDraw (const char *title) |
| Draw menu window. | |
| void | drawMenuScreen (void) |
| Draw menu screen (use only in screen.c) | |
| void | drawMenuScreen3D (void) |
| Unused. | |
| void | enterMenuScreen (void) |
| Unused. | |
| void | updateMenuScreen (void) |
| Update menu screen (use only in screen.c) | |
Variables | |
| GameMenu | currentMenu = NO_MENU |
| Set the starting menu. | |
Menu system.
This file contains the stuff for menus.
| void menuDraw | ( | const char * | title | ) |
Draw menu window.
| title | Title of the menu window |