Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/Tod-update-browserstack-devices
/
.
/
include
/
rive
/
dirtyable.hpp
blob: d603a134930492934bc1b7b302dc1dff44d9d8ce [
file
] [
log
] [
blame
] [
edit
]
#ifndef
_RIVE_DIRTYABLE_HPP_
#define
_RIVE_DIRTYABLE_HPP_
#include
"rive/component_dirt.hpp"
namespace
rive
{
class
Dirtyable
{
public
:
virtual
void
addDirt
(
ComponentDirt
value
,
bool
recurse
)
=
0
;
};
}
// namespace rive
#endif