BWAPI
SPAR/AIModule/SparAIModule/DecisionMaking/Layer3Tactical/Script/Tasks/Layer3Task.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "../../../../Scheduler/SchedulerTask.h"
00003 #include "../Layer3ScriptTypes.h"
00004 #include "../Locations/Common.h"
00005 
00006 class Layer3Script;
00007 
00008 class Layer3Task : public Scheduler::InternalSchedulerTask,
00009                    public Component,
00010                    public Layer3ScriptTypes
00011 {
00012 public:
00013   Layer3Task(Layer3Script& layer3Script);
00014 
00015 protected:
00016   Layer3Script& m_layer3Script;
00017 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines