Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
598f4383c8136e4095fe401d3d9dbaa0031318d0
/
.
/
include
/
rive
/
core_context.hpp
blob: 1711f38a2f7323d7d7749ba0a1b0874cf14d9432 [
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