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