BWAPI
trunk/bwapi/include/BWAPI/Latency.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BWAPI
00003 {
00004   namespace Latency
00005   {
00006     enum Enum
00007     {
00008       SinglePlayer    = 2,
00009       LanLow          = 5,
00010       LanMedium       = 7,
00011       LanHigh         = 9,
00012       BattlenetLow    = 14,
00013       BattlenetMedium = 19,
00014       BattlenetHigh   = 24
00015     };
00016   }
00017 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines