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