@@ -0,0 +1,15 @@
#ifndef QUAD_H
#define QUAD_H
#include"vector.h"
#include"mesh.h"
namespace vb01{
class Quad : public Mesh{
public:
Quad(Vector3);
private:
};
}
#endif
The note is not visible to the blocked user.