Files
squidout/include/Game/EGameOver.h
2015-09-17 15:28:57 +02:00

22 lines
239 B
C++

//
// 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