blob: ab07669c5f5d97468bcf459ac441b44e1f6630f0 [file] [log] [blame]
#include "rive/animation/blend_state_direct.hpp"
#include "rive/animation/state_machine.hpp"
#include "rive/animation/state_machine_number.hpp"
#include "rive/animation/blend_state_direct_instance.hpp"
#include "rive/importers/state_machine_importer.hpp"
using namespace rive;
std::unique_ptr<StateInstance> BlendStateDirect::makeInstance() const {
return std::make_unique<BlendStateDirectInstance>(this);
}