Hypr/src/events/events.hpp

8 lines
140 B
C++
Raw Normal View History

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