BWAPI
trunk/bwapi/include/BWAPI/CoordinateType.h
Go to the documentation of this file.
00001 #pragma once
00002 namespace BWAPI
00003 {
00004   namespace CoordinateType
00005   {
00006     enum Enum
00007     {
00008       Screen    = 1, 
00009       Map       = 2, 
00010       Mouse     = 3, 
00011     };
00012   }
00013 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines