Hypr/src/events/events.hpp

9 lines
158 B
C++
Raw Normal View History

#include "../defines.hpp"
#include "../windowManager.hpp"
namespace Events {
EVENT(Enter);
2021-11-18 22:08:28 +01:00
EVENT(Leave);
EVENT(Destroy);
EVENT(MapWindow);
};