#ifndef EGameStart_h__ #define EGameStart_h__ #include "Core/Event.h" namespace Events { struct GameStart : Event { }; } #endif