WindowSize.cpp 105 B

1234
  1. #include "WindowSize.h"
  2. WindowSize::WindowSize(int width, int height) : width(width), height(height) {
  3. }