| #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 |