mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-01 04:45:36 +00:00
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
|