Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
5b885098e52c34532b2366cb1939f4ce3dd2dfcc
/
.
/
include
/
rive
/
shapes
/
mesh_vertex.hpp
blob: bd58ccd7b4346ea106f17cccba59a1d03a7b524d [
file
] [
log
] [
blame
]
#ifndef
_RIVE_MESH_VERTEX_HPP_
#define
_RIVE_MESH_VERTEX_HPP_
#include
"rive/generated/shapes/mesh_vertex_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
MeshVertex
:
public
MeshVertexBase
{
public
:
};
}
// namespace rive
#endif