#pragma once
#include "hecl/hecl.hpp"
namespace hecl::blender {
hecl::SystemString FindBlender(int& major, int& minor);
}