#include "../defines.hpp"
#include "../windowManager.hpp"
namespace Events {
EVENT(Enter);
EVENT(Leave);
EVENT(Destroy);
EVENT(MapWindow);
};