first commit
This commit is contained in:
13
objects/shapes/vp_size.cpp
Executable file
13
objects/shapes/vp_size.cpp
Executable file
@@ -0,0 +1,13 @@
|
||||
|
||||
#include "vp_size.h"
|
||||
|
||||
namespace vp_objects {
|
||||
|
||||
vp_size::vp_size(int width, int height): width(width), height(height) {
|
||||
|
||||
}
|
||||
vp_size::~vp_size() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user