BWAPI
UAlbertaBot_src/Projects/UAlbertaBot/Source/micromanagement/UltraliskManager.h
Go to the documentation of this file.
00001 #ifndef ULTRALISKMANAGER_H_
00002 #define ULTRALISKMANAGER_H_
00003 #include <Common.h>
00004 #include <BWAPI.h>
00005 #include "MicroManager.h"
00006 
00007 class UltraliskManager : public MicroManager
00008 {
00009 public:
00010 
00011         UltraliskManager();
00012         ~UltraliskManager() {}
00013         virtual void executeMicro(const UnitVector & targets);
00014 };
00015 
00016 #endif
00017 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines