Added dash sound

This commit is contained in:
stiffly
2016-02-05 16:37:56 +01:00
parent e90f802d48
commit 3e2afd7bf2
2 changed files with 14 additions and 1 deletions
+1 -1
Submodule assets updated: a738763092...cfeeb1f880
+13
View File
@@ -0,0 +1,13 @@
#ifndef Events_DashAbility_h__
#define Events_DashAbility_h__
#include "Core/Event.h"
namespace Events
{
struct DashAbility : public Event { };
}
#endif