BWAPI
SPAR/AIModule/SparAIModule/DecisionMaking/Layer3Tactical/Script/Locations/L3StaticLocation.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "../../../../PerceptualState/Locations/Static/StaticLocation.h"
00003 
00004 class L3StaticLocation : public virtual StaticLocation
00005 {
00006 public:
00007   L3StaticLocation(CompositeLocation* parent)
00008     : StaticLocation(parent)
00009   {
00010   }
00011 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines