metaforce/hecl-gui/FindBlender.hpp

12 lines
127 B
C++
Raw Normal View History

2018-10-07 03:41:18 +00:00
#pragma once
2018-01-10 06:19:48 +00:00
#include "hecl/hecl.hpp"
namespace hecl::blender
{
hecl::SystemString FindBlender(int& major, int& minor);
}