Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
HEAD
/
.
/
include
/
rive
/
layout
/
n_slicer.hpp
blob: 7f13a61b7c5009ddaed53d51c560eea9489aca55 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_N_SLICER_HPP_
#define
_RIVE_N_SLICER_HPP_
#include
"rive/generated/layout/n_slicer_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
NSlicer
:
public
NSlicerBase
{
public
:
};
}
// namespace rive
#endif