Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
b1dc7eb2b5f5de7abc3d7f3b413e5d9a5c74d62f
/
.
/
include
/
rive
/
node.hpp
blob: 90de2fb099fb0f75a04a3235d10cdd0735dfb58f [
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