Didn't work. Let's try again.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// Created by Administrator on 2015-09-17.
|
||||
//
|
||||
|
||||
#ifndef DAYDREAM_EGAMEOVER_H
|
||||
#define DAYDREAM_EGAMEOVER_H
|
||||
|
||||
#include "Core/EventBroker.h"
|
||||
|
||||
namespace dd
|
||||
{
|
||||
namespace Events
|
||||
{
|
||||
struct GameOver : Event
|
||||
{
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif //DAYDREAM_EGAMEOVER_H
|
||||
Reference in New Issue
Block a user