mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-14 11:25:58 +01:00
7 lines
No EOL
123 B
C++
7 lines
No EOL
123 B
C++
#include "IHyprWindowDecoration.hpp"
|
|
|
|
#include "../../Window.hpp"
|
|
|
|
IHyprWindowDecoration::~IHyprWindowDecoration() {
|
|
|
|
} |