Added Stop Sound event.

This commit is contained in:
Stiffly
2014-05-29 18:22:45 +02:00
parent 1b2f930afa
commit 4012edfd43
8 changed files with 46 additions and 96 deletions
+17
View File
@@ -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__