diff --git a/desktop_version/src/Game.h b/desktop_version/src/Game.h index f1a50db3..dc390a38 100644 --- a/desktop_version/src/Game.h +++ b/desktop_version/src/Game.h @@ -8,6 +8,12 @@ #include "UtilityClass.h" #include "GraphicsUtil.h" +struct MenuOption +{ + std::string text; + bool active; +}; + class Game {