BWAPI
BasicAIModule/include/Managers/Tasks/SupplyTask.h
Go to the documentation of this file.
00001 /*
00002  *  SupplyTask.h  - Tasks issued to SupplyManager.  Basically, just
00003  *  produce Supply Depots while nearing capacity.
00004  */
00005 #pragma once
00006 
00007 #include "Task.h"
00008 
00009 class BuildTask: public Task
00010 {
00011 
00012 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines