BWAPI
trunk/bwapi/BWAPI/Source/BW/GameType.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BW
00003 {
00005   namespace gameType
00006   {
00007   enum Enum
00008     {
00009       Melee      = 2,
00010       FFA        = 3,
00011       OneOnOne   = 4,
00012       CTF        = 5,
00013       Greed      = 6,
00014       Slaughter  = 7,
00015       SD         = 8,
00016       Ladder     = 9,
00017       UMS        = 10,
00018       Team_Melee = 11,
00019       Team_FFA   = 12,
00020       Team_CTF   = 13,
00021       TvB        = 15,
00022       PGL        = 32
00023     };
00024   }
00025 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines