#pragma once #include #include namespace BWAPIC { struct Event { BWAPI::EventType::Enum type; int v1; int v2; }; }