Main menu. More...
#include "addon.h"#include "button.h"#include "files.h"#include "i18n.h"#include "menu.h"#include "raylib.h"#include "screen.h"Functions | |
| void | setupMainMenu (void) |
| Setup Buttons and play music (use in screen.c only) | |
| void | drawMainMenu (void) |
| Draw background and Buttons (use in screen.c only) | |
| void | drawMainMenu3D (void) |
| Unused. | |
| void | enterMainMenu (void) |
| Unused. | |
| void | updateMainMenu (void) |
| Update music and update Buttons (use in screen.c only) | |
Main menu.
This file contains the stuff for the main menu, like the buttons, music, background, etc.