mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-27 11:30:28 +00:00
10 lines
126 B
C++
10 lines
126 B
C++
#pragma once
|
|
|
|
#include "hecl/hecl.hpp"
|
|
|
|
namespace hecl::blender {
|
|
|
|
hecl::SystemString FindBlender(int& major, int& minor);
|
|
|
|
}
|