BWAPI
BasicAIModule/include/Managers/Tasks/CombatTask.h
Go to the documentation of this file.
00001 /*
00002  *  CombatTask.h  -  Tasks issued to the CombatManager to attack,
00003  *  defend, or prepare an army against enemy units
00004  */
00005 #pragma once
00006 
00007 #include "Task.h"
00008 
00009 class CombatTask: public Task
00010 {
00011 
00012 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines