BWAPI
trunk/bwapi/BWAPI/Source/BW/PlayerType.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BW
00003 {
00005   namespace PlayerType
00006   {
00007   enum Enum
00008     {
00009       None                  = 0,
00010       Computer              = 1,
00011       Player                = 2,
00012       RescuePassive         = 3,
00013       RescueActive          = 4,  // no longer used
00014       EitherPreferComputer  = 5,
00015       EitherPreferHuman     = 6,
00016       Neutral               = 7,
00017       Closed                = 8,
00018       Observer              = 9,  // no longer used
00019       PlayerLeft            = 10, 
00020       ComputerLeft          = 11  
00021     };
00022   }
00023 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines