#ifndef Events_Reset_h__ #define Events_Reset_h__ #include "Core/EventBroker.h" #include "Core/EntityWrapper.h" namespace Events { struct Reset : Event { }; } #endif