mirror of
https://github.com/vale981/Hyprland
synced 2025-03-16 15:36:41 -04:00
7 lines
120 B
C++
7 lines
120 B
C++
#include "IHyprWindowDecoration.hpp"
|
|
|
|
#include "../../Window.hpp"
|
|
|
|
IHyprWindowDecoration::~IHyprWindowDecoration() {
|
|
|
|
}
|