Files
axyz/include/Game/Events/ERestart.h
T
Jocke 0c1a2d3160 WIP
2016-03-12 14:31:15 +01:00

16 lines
162 B
C++

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