Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
c4e0646edcf4a6b53257c2ce8d521041074d20b0
/
.
/
include
/
rive
/
animation
/
keyframe_callback.hpp
blob: 9c8c3441b20db0eaa3f55bed071c5b82d8662e71 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_KEY_FRAME_CALLBACK_HPP_
#define
_RIVE_KEY_FRAME_CALLBACK_HPP_
#include
"rive/generated/animation/keyframe_callback_base.hpp"
namespace
rive
{
class
KeyFrameCallback
:
public
KeyFrameCallbackBase
{
public
:
};
}
// namespace rive
#endif