#include <main_menu.hpp>
Public Member Functions | |
MainMenu ()=default | |
virtual | ~MainMenu ()=default |
void | Create () override |
Initializes the Main Menu. More... | |
void | Update () override |
Checks for updates in the Main Menu. More... | |
![]() | |
Drawable () | |
Sets the sprites' IDs. More... | |
virtual | ~Drawable ()=default |
virtual void | Draw () |
int | GetID () |
|
default |
|
virtualdefault |
|
overridevirtual |
Initializes the Main Menu.
Reimplemented from DrawableManager::Drawable.
|
overridevirtual |
Checks for updates in the Main Menu.
Reimplemented from DrawableManager::Drawable.