#include "utils/Size.h"

Size::Size(int width, int height) : width(width), height(height) {
}