BWAPI
trunk/bwapi/BWAPI/Source/BW/GroupFlags.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BW
00003 {
00005   namespace GroupFlags
00006   {
00007   enum Enum
00008     {
00009       Zerg        = 1 << 0,
00010       Terran      = 1 << 1,
00011       Protoss     = 1 << 2,
00012       Men         = 1 << 3,
00013       Building    = 1 << 4,
00014       Factory     = 1 << 5,
00015       Independant = 1 << 6,
00016       Neutral     = 1 << 7
00017     };
00018   }
00019 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines