blob: 3a9084aadd8e24b0d5e393ae2d471672a528b8d8 [file] [log] [blame]
#ifndef _RIVE_TEXT_STYLE_AXIS_HPP_
#define _RIVE_TEXT_STYLE_AXIS_HPP_
#include "rive/generated/text/text_style_axis_base.hpp"
#include <stdio.h>
namespace rive
{
class TextStyleAxis : public TextStyleAxisBase
{
public:
};
} // namespace rive
#endif