From d06965d95ef3506543c0806c73172c974b6f2f7f Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Wed, 20 Apr 2011 20:40:28 +0000 Subject: [PATCH] added tha menu constants variables to fix compiling on vc2008, i guess free version doesnt add it automatically or something becuase mike was able to compile without them --- JGE/include/JGui.h | 3 +++ 1 file changed, 3 insertions(+) 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 {