16 lines
156 B
C++
16 lines
156 B
C++
#ifndef Reset_h__
|
|
#define Reset_h__
|
|
|
|
#include "Core/EventBroker.h"
|
|
#include "Core/EntityWrapper.h"
|
|
|
|
namespace Events
|
|
{
|
|
|
|
struct Reset : Event
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif |