BWAPI
trunk/bwapi/include/BWAPI/Client/Event.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <BWAPI/Event.h>
00004 #include <BWAPI/EventType.h>
00005 
00006 namespace BWAPIC
00007 { 
00008   struct Event
00009   {
00010     BWAPI::EventType::Enum type;
00011     int v1;
00012     int v2;
00013   };
00014 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines