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