#ifndef FINDBLENDER_HPP
#define FINDBLENDER_HPP
#include "hecl/hecl.hpp"
namespace hecl::blender
{
hecl::SystemString FindBlender(int& major, int& minor);
}
#endif // FINDBLENDER_HPP