blob: 1805a74d0ac05a13b70d610247cdc54fe9b88a04 [file] [log] [blame]
#ifndef _RIVE_STRAIGHT_VERTEX_HPP_
#define _RIVE_STRAIGHT_VERTEX_HPP_
#include "rive/generated/shapes/straight_vertex_base.hpp"
namespace rive {
class StraightVertex : public StraightVertexBase {
protected:
void radiusChanged() override;
};
} // namespace rive
#endif