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