Files
squidout/include/Game/EGameStart.h

22 lines
243 B
C++

//
// Created by Administrator on 2015-09-16.
//
#ifndef DAYDREAM_EGAMESTART_H
#define DAYDREAM_EGAMESTART_H
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct GameStart : Event
{
};
}
}
#endif //DAYDREAM_EGAMESTART_H