#ifndef Events_DoubleJump_h__ #define Events_DoubleJump_h__ #include "Core/Event.h" namespace Events { struct DoubleJump : public Event { }; } #endif