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