Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of el17ajf by
Diff: Menus/MenuManager/MenuManager.h
- Revision:
- 21:62d2b5b73160
- Child:
- 22:0a474f074553
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Menus/MenuManager/MenuManager.h Wed Apr 03 20:33:27 2019 +0000 @@ -0,0 +1,24 @@ +#ifndef MENU_MANAGER_H +#define MENU_MANAGER_H + +#include "Menu.h" +//#include "ControlsMenu.h" +//#include "DifficultyMenu.h" +//#include "GameOverMenu.h" +//#include "MainMenu.h" +//#include "PausedMenu.h" +//#include "ScoresMenu.h" + +namespace Menus { + namespace MenuManager { + void updateAndDraw(); + void draw(); + int count(); + void add(Menu * menu); + bool canClose(); + void close(); + void closeAll(); + }; +}; + +#endif \ No newline at end of file