Copied a bunch of Frame headers from Returngeance, I HAVE NO IDEA WHAT I'M DOING LOLZ

This commit is contained in:
PlatinumSkink
2015-09-16 15:47:57 +02:00
parent 5ee5400a28
commit 47ad5e31ea
5 changed files with 484 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
//
// 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