BWAPI
SnippyHolloW-BroodwarBotQ-f01ab56/src/Micro/UnitManager/AttackBaseObj.h
Go to the documentation of this file.
00001 #pragma once
00002 #include <BWAPI.h>
00003 #include <BWTA.h>
00004 
00005 #include "Objective.h"
00006 
00007 class AttackBaseObj : public Objective
00008 {
00009 protected : 
00010 
00011         /*************** Constructors and destructors ***************/
00012 
00013 protected : 
00017         AttackBaseObj();
00018 
00019 public : 
00024         AttackBaseObj(BWTA::BaseLocation* baseLoc);
00025 
00029         ~AttackBaseObj();
00030 
00031         /************************* Execution ************************/
00032 
00036         virtual void start();
00037 
00041         virtual void stop();
00042 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines