mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-30 08:25:59 +01:00
8 lines
140 B
C++
8 lines
140 B
C++
|
#include "../defines.hpp"
|
||
|
#include "../windowManager.hpp"
|
||
|
|
||
|
namespace Events {
|
||
|
EVENT(Enter);
|
||
|
EVENT(Destroy);
|
||
|
EVENT(MapWindow);
|
||
|
};
|