Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
69489eab6c4c2f8cffafe278142f00fa79cd60aa
/
.
/
include
/
rive
/
node.hpp
blob: 160c4f1530e30c63c3ffb14b577c18fa1f06d83b [
file
]
#ifndef
_RIVE_NODE_HPP_
#define
_RIVE_NODE_HPP_
#include
"rive/generated/node_base.hpp"
namespace
rive
{
/// A Rive Node
class
Node
:
public
NodeBase
{
protected
:
void
xChanged
()
override
;
void
yChanged
()
override
;
};
}
// namespace rive
#endif