// D import file generated from 'source\ecs\events.d' module ecs.events; struct Event { uint type; } class EventManager { }