mirror of https://github.com/AxioDL/metaforce.git
14 lines
188 B
C++
14 lines
188 B
C++
|
#ifndef FINDBLENDER_HPP
|
||
|
#define FINDBLENDER_HPP
|
||
|
|
||
|
#include "hecl/hecl.hpp"
|
||
|
|
||
|
namespace hecl::blender
|
||
|
{
|
||
|
|
||
|
hecl::SystemString FindBlender(int& major, int& minor);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // FINDBLENDER_HPP
|