blob: 7fc4baf07a5b0f599d1e793918f01f5805d6b112 [file] [edit]
#ifndef _RIVE_SEMANTIC_INFERENCE_REGISTRY_HPP_
#define _RIVE_SEMANTIC_INFERENCE_REGISTRY_HPP_
#include "rive/semantic/semantic_provider.hpp"
namespace rive
{
class Component;
bool supportsInferredSemantics(Component* component);
bool resolveInferredSemantics(Component* component, ResolvedSemanticData& out);
} // namespace rive
#endif