Added an Queue event for sound emitters.
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
#ifndef Events_PlayQueueOnEntity_h__
|
||||||
|
#define Events_PlayQueueOnEntity_h__
|
||||||
|
|
||||||
|
#include "../Core/Event.h"
|
||||||
|
#include "../Core/EntityWrapper.h"
|
||||||
|
|
||||||
|
namespace Events
|
||||||
|
{
|
||||||
|
|
||||||
|
struct PlayQueueOnEntity : public Event
|
||||||
|
{
|
||||||
|
EntityWrapper Emitter;
|
||||||
|
std::vector<std::string> FilePaths;
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user