Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
HEAD
/
.
/
include
/
rive
/
layout
/
axis_y.hpp
blob: 3f38d834b6e5ec0e3d56a17bc3bd85d9e60983b6 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_AXIS_Y_HPP_
#define
_RIVE_AXIS_Y_HPP_
#include
"rive/generated/layout/axis_y_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
AxisY
:
public
AxisYBase
{
public
:
};
}
// namespace rive
#endif