Files
axyz/include/Engine/GUI/EButtonReleased.h
T
2016-02-19 12:49:07 +01:00

15 lines
192 B
C++

#ifndef Events_ButtonReleased_h__
#define Events_ButtonReleased_h__
#include "Core/Event.h"
namespace Events
{
struct ButtonReleased : public Event {
EntityWrapper Entity;
};
}
#endif