metaforce/hecl-gui/FindBlender.hpp

12 lines
127 B
C++

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