BWAPI
trunk/bwapi/include/BWAPI/Client/UnitCommand.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <BWAPI.h>
00004 
00009 namespace BWAPIC
00010 {
00011   struct UnitCommand
00012   {
00013     BWAPI::UnitCommandType type;
00014     int unitIndex;
00015     int targetIndex;
00016     int x;
00017     int y;
00018     int extra;
00019   };
00020 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines