metaforce/hecl-gui/FindBlender.hpp

14 lines
188 B
C++
Raw Normal View History

2018-01-10 06:19:48 +00:00
#ifndef FINDBLENDER_HPP
#define FINDBLENDER_HPP
#include "hecl/hecl.hpp"
namespace hecl::blender
{
hecl::SystemString FindBlender(int& major, int& minor);
}
#endif // FINDBLENDER_HPP