#include "vp_size.h" namespace vp_objects { vp_size::vp_size(int width, int height): width(width), height(height) { } vp_size::~vp_size() { } }