16 lines
127 B
C++
16 lines
127 B
C++
#ifndef EGameEnd_h__
|
|
#define EGameEnd_h__
|
|
|
|
#include "Core/Event.h"
|
|
|
|
namespace Events
|
|
{
|
|
|
|
struct GameEnd : Event
|
|
{
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif |