@@ -7,6 +7,9 @@ namespace vb01{
class Box : public Mesh{
public:
Box(Vector3);
void setSize(Vector3);
private:
Vector3 size;
};
}
The note is not visible to the blocked user.