7 lines
123 B
C++
7 lines
123 B
C++
|
|
#include "IHyprWindowDecoration.hpp"
|
||
|
|
|
||
|
|
#include "../../Window.hpp"
|
||
|
|
|
||
|
|
IHyprWindowDecoration::~IHyprWindowDecoration() {
|
||
|
|
|
||
|
|
}
|