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