Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
f0e0be8521f7ea2479d99a78d2c3d633fb81f20c
/
.
/
include
/
rive
/
core_context.hpp
blob: 9d3ac1b113a70e170facd100ffc45feef30cbddb [
file
] [
log
] [
blame
]
#ifndef
_RIVE_CORE_CONTEXT_HPP_
#define
_RIVE_CORE_CONTEXT_HPP_
namespace
rive
{
class
Core
;
class
CoreContext
{
public
:
virtual
Core
*
resolve
(
int
id
)
const
=
0
;
};
}
// namespace rive
#endif