Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
2e7e064cf7e2a00d0de9e8ed58fa065993afca4d
/
.
/
include
/
rive
/
dirtyable.hpp
blob: d603a134930492934bc1b7b302dc1dff44d9d8ce [
file
]
#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