GameOver and WinScreen Added

This commit is contained in:
viktorljung
2015-10-08 23:18:54 +02:00
parent 9fe2324913
commit 95c1f57dd7
7 changed files with 58 additions and 3 deletions
+22
View File
@@ -0,0 +1,22 @@
#ifndef DAYDREAM_ECLUSTERCLEAR_H
#define DAYDREAM_ECLUSTERCLEAR_H
#include "Core/EventBroker.h"
#include "Core/Entity.h"
namespace dd
{
namespace Events
{
struct ClusterClear : Event
{
};
}
}
#endif //DAYDREAM_ECLUSTERCLEAR_H