BWAPI
|
00001 /* 00002 * RefineryAgent.h 00003 */ 00004 #pragma once 00005 00006 #include "StructureAgent.h" 00007 #include <BWAPI.h> 00008 00009 class RefineryAgent : public StructureAgent 00010 { 00011 public: 00012 RefineryAgent(BWAPI::Unit& u); 00013 virtual void update(); 00014 };