BWAPI
SPAR/AIModule/SparAIModule/DecisionMaking/Layer2Actions/Managers/Locations/L2Region.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "../../../../PerceptualState/Locations/Static/Region.h"
00003 #include "L2CompositeLocation.h"
00004 
00005 class L2Region : public virtual Region, public L2CompositeLocation
00006 {
00007 public:
00008   template <class LocationTypes>
00009   L2Region(LocationTypes* dummy, BWTA::Region* region, Map* parent)
00010     : Region(dummy, region, parent)
00011     , CompositeLocation(parent)
00012     , StaticLocation(parent)
00013     , L2CompositeLocation(parent)
00014   {
00015   }
00016 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines