GameOver and WinScreen Added
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user