Added Stop Sound event.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef Event_StopSound_h__
|
||||
#define Event_StopSound_h__
|
||||
|
||||
#include "EventBroker.h"
|
||||
#include "Entity.h"
|
||||
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct StopSound : Event
|
||||
{
|
||||
EntityID Emitter;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // Event_StopSound_h__
|
||||
Reference in New Issue
Block a user