Removed old Event that is not used
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user