blob: 850b4acac78603b8690db6c8be792f16a4489187 [file] [log] [blame]
#ifndef _RIVE_CONTOUR_MESH_VERTEX_HPP_
#define _RIVE_CONTOUR_MESH_VERTEX_HPP_
#include "rive/generated/shapes/contour_mesh_vertex_base.hpp"
namespace rive
{
class ContourMeshVertex : public ContourMeshVertexBase
{
public:
};
} // namespace rive
#endif