ScreenShakeSystem made. And some other things.

This commit is contained in:
PlatinumSkink
2015-10-14 18:52:04 +02:00
parent 8e32574692
commit 55cc1f5b69
6 changed files with 259 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
//
// Created by Adniklastrator on 2015-10-14.
//
#ifndef DAYDREAM_ERESETALL_H
#define DAYDREAM_ERESETALL_H
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct ResetAll : Event
{
};
}
}
#endif //DAYDREAM_ERESETALL_H