mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add struct MenuStackFrame
This will be pushed onto a stack when going to a different menu so the game can dynamically keep track of which menu option got you to which menu.
This commit is contained in:
@@ -70,6 +70,12 @@ namespace Menu
|
||||
};
|
||||
};
|
||||
|
||||
struct MenuStackFrame
|
||||
{
|
||||
int option;
|
||||
enum Menu::MenuName name;
|
||||
};
|
||||
|
||||
|
||||
class Game
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user