Hypr/src/window.cpp

4 lines
91 B
C++
Raw Normal View History

#include "window.hpp"
CWindow::CWindow() { this->setDirty(true); }
CWindow::~CWindow() { }