Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
HEAD
/
.
/
include
/
rive
/
layout
/
axis.hpp
blob: a5eef6e5ab9e2e42a63e3749f348e0a05642fc38 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_AXIS_HPP_
#define
_RIVE_AXIS_HPP_
#include
"rive/generated/layout/axis_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
Axis
:
public
AxisBase
{
public
:
};
}
// namespace rive
#endif