Moved some events to their correct place

This commit is contained in:
2016-02-24 11:04:56 +01:00
parent 2c18068059
commit 4aaba03852
13 changed files with 52 additions and 53 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef EPickupSpawned_h__
#define EPickupSpawned_h__
#include "Core/Event.h"
#include "Core/EntityWrapper.h"
namespace Events
{
struct PickupSpawned : Event
{
EntityWrapper Pickup;
};
}
#endif