Merge branch 'master' of github.com:teamfisk/AgileBreakOut

# Conflicts:
#	include/Core/Engine.h
This commit is contained in:
2015-09-25 03:04:13 +02:00
3 changed files with 70 additions and 40 deletions
+25
View File
@@ -0,0 +1,25 @@
//
// Created by Adam on 2015-09-25.
//
#ifndef EVENTS_EGAMESTART_H__
#define EVENTS_EGAMESTART_H__
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct GameStart : public Event
{
};
}
}
#endif