mirror of
https://github.com/vale981/Hyprland
synced 2025-03-17 07:56:39 -04:00
7 lines
123 B
C++
7 lines
123 B
C++
![]() |
#include "IHyprWindowDecoration.hpp"
|
||
|
|
||
|
#include "../../Window.hpp"
|
||
|
|
||
|
IHyprWindowDecoration::~IHyprWindowDecoration() {
|
||
|
|
||
|
}
|