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 };