metaforce/hecl-gui/FindBlender.hpp

10 lines
126 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"
2018-12-08 05:19:40 +00:00
namespace hecl::blender {
2018-01-10 06:19:48 +00:00
hecl::SystemString FindBlender(int& major, int& minor);
}