BWAPI
BasicAIModule/include/Managers/Tasks/ProductionTask.h
Go to the documentation of this file.
00001 /*
00002  *  ProductionTask.h -  Tasks to create in-game Units
00003  */
00004 #pragma once
00005 
00006 #include "BuildTask.h"
00007 
00008 class ProductionTask: public BuildTask
00009 {
00010 
00011 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines