mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Add struct MenuOption
This fully represents an actual menu option object, instead of having both attributes of a menu option go off and be in separate vectors.
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
#include "UtilityClass.h"
|
||||
#include "GraphicsUtil.h"
|
||||
|
||||
struct MenuOption
|
||||
{
|
||||
std::string text;
|
||||
bool active;
|
||||
};
|
||||
|
||||
|
||||
class Game
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user