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