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
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user