BWAPI
trunk/bwapi/BWAPI/Source/BW/MiniTileFlags.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 namespace BW
00004 {
00006   namespace MiniTileFlags
00007   {
00008   enum Enum
00009     {
00010       Walkable   = 1 << 0,
00011       Middle     = 1 << 1,
00012       High       = 1 << 2, 
00013       BlocksView = 1 << 3,
00014       Ramp       = 1 << 4, 
00015     };
00016   }
00017 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines