BWAPI
trunk/bwapi/BWAPI/Source/BW/TileSet.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include "Offsets.h"
00004 namespace BW
00005 {
00006   class TileType;
00011   class TileSet
00012   {
00013     public :
00014       static TileType* getTileType(TileID tileID);
00015   };
00016 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines