BWAPI
trunk/bwapi/include/BWAPI/Flag.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BWAPI
00003 {
00004   namespace Flag
00005   {
00006     enum Enum
00007     {
00009       CompleteMapInformation = 0,
00010 
00013       UserInput              = 1,
00014 
00015       Max
00016     };
00017   }
00018 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines