BWAPI
|
00001 /* 00002 * ResourceTask.h - Tasks which are issued to ResourceManager. 00003 * 00004 * Used to gather minerals and gas. 00005 */ 00006 #pragma once 00007 00008 #include "Task.h" 00009 00010 class ResourceTask: public Task 00011 { 00012 00013 };