BWAPI
trunk/bwapi/BWAPI/Source/BW/CheatFlags.h
Go to the documentation of this file.
00001 
00002 namespace BW
00003 {
00007   namespace CheatFlags
00008   {
00009     enum Enum
00010     {
00011       None                   = 0,
00012       BlackSheepWall         = 1 <<  0,
00013       OperationCwal          = 1 <<  1,
00014       PowerOverwelming       = 1 <<  2,
00015       SomethingForNothing    = 1 <<  3,
00016       ShowMeTheMoney         = 1 <<  4,
00017       GameOverMan            = 1 <<  6,
00018       ThereIsNoCowLevel      = 1 <<  7,
00019       StayingAlive           = 1 <<  8,
00020       Ophelia                = 1 <<  9,
00021       TheGathering           = 1 << 11,
00022       MedievalMan            = 1 << 12,
00023       ModifyThePhaseVariance = 1 << 13,
00024       WarAintWhatItUsedToBe  = 1 << 14,
00025       FoodForThought         = 1 << 17,
00026       WhatsMineIsMine        = 1 << 18,
00027       BreatheDeep            = 1 << 19,
00028       NoGlues                = 1 << 29
00029     };
00030   }
00031 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines