This commit is contained in:
Jocke
2016-03-12 14:31:15 +01:00
parent 7759af2c5a
commit 0c1a2d3160
8 changed files with 60 additions and 15 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef Restart_h__
#define Restart_h__
#include "Core/EventBroker.h"
#include "Core/EntityWrapper.h"
namespace Events
{
struct Restart : Event
{
};
}
#endif