Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
6dc4817996cd2e87f3d8469833381eb55a5a8b94
/
.
/
include
/
rive
/
animation
/
focus_action.hpp
blob: a3aac67b041dd40b6a3ec747b85a047a059c40a1 [
file
]
/*
* Copyright 2024 Rive
*/
#ifndef
_RIVE_FOCUS_ACTION_HPP_
#define
_RIVE_FOCUS_ACTION_HPP_
#include
"rive/generated/animation/focus_action_base.hpp"
namespace
rive
{
class
FocusAction
:
public
FocusActionBase
{};
}
// namespace rive
#endif