mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 15:25:59 +01:00
98a4fa2b0d
* clang-format stuff and format files
5 lines
118 B
C++
5 lines
118 B
C++
#include "IHyprWindowDecoration.hpp"
|
|
|
|
#include "../../Window.hpp"
|
|
|
|
IHyprWindowDecoration::~IHyprWindowDecoration() {}
|