Files
axyz/include/Game/Events/EGameStart.h
T

16 lines
133 B
C++

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