#include "ui-widget.hpp" UIWidget::~UIWidget() { } int UIWidget::getWidth() { return width; } int UIWidget::getHeight() { return height; }