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