diff --git a/box.h b/box.h index c6b3bd0..96c7e1d 100755 --- a/box.h +++ b/box.h @@ -8,6 +8,7 @@ namespace vb01{ public: Box(Vector3); void setSize(Vector3); + inline Vector3 getSize(){return size;} private: Vector3 size; };