Files
squidout/include/Game/EScoreEvent.h
T
PlatinumSkink 5ee5400a28 StyleGuide Fix
2015-09-15 18:48:26 +02:00

26 lines
270 B
C++

//
// Created by Adniklastrator on 2015-09-15.
//
#ifndef DAYDREAM_ESCOREEVENT_H
#define DAYDREAM_ESCOREEVENT_H
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct ScoreEvent : Event
{
int Score = 0;
};
}
}
#endif //DAYDREAM_ESCOREEVENT_H