13 lines
157 B
C++
13 lines
157 B
C++
#ifndef Events_DashAbility_h__
|
|
#define Events_DashAbility_h__
|
|
|
|
#include "Core/Event.h"
|
|
|
|
namespace Events
|
|
{
|
|
|
|
struct DashAbility : public Event { };
|
|
|
|
}
|
|
|
|
#endif |