diff --git a/JGE/include/JGui.h b/JGE/include/JGui.h index de19526c3..536ce54e8 100644 --- a/JGE/include/JGui.h +++ b/JGE/include/JGui.h @@ -27,6 +27,9 @@ const int kCancelMenuID = -1; const int kInfoMenuID = -200; +const int kRandomPlayerMenuID = -11; +const int kRandomAIPlayerMenuID = -12; +const int kEvilTwinMenuID = -14; class JGuiListener {