#include "client/rendering/WindowSize.h"

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