BWAPI
trunk/bwapi/BWAPI/Source/BW/UnitSizeType.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BW
00003 {
00005   namespace UnitSizeType
00006   {
00007   enum Enum
00008     {
00009       Independent = 0,
00010       Small       = 1,
00011       Medium      = 2,
00012       Large       = 3
00013     };
00014   }
00015 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines