Removed old Event that is not used

This commit is contained in:
stiffly
2015-12-17 14:28:17 +01:00
parent 0f0a1ceca7
commit 51a2da9cc0
-19
View File
@@ -1,19 +0,0 @@
#ifndef Events_CreatePlayer_h__
#define Events_CreatePlayer_h__
#include "Core/EventBroker.h"
#include "Core/World.h"
namespace Events
{
struct CreatePlayer : Event
{
unsigned int entityID;
std::string modelPath;
World* world;
};
}
#endif