BWAPI
quorum/ExampleAIModule/BuildOrders.h
Go to the documentation of this file.
00001 #ifndef BUILDORDERS_H
00002 #define BUILDORDERS_H
00003 #include <string>
00004 enum BUILD {
00005         HATCHERY,
00006         SPAWNINGPOOL,
00007         EXTRACTOR,
00008         LAIR,
00009         CREEPCOLONY,
00010         DEN,
00011 
00012 };
00013 
00014 
00015 
00016 
00017 #endif
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines