2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 11:51:21 +00:00
metaforce/DataSpec/Blender/BlenderSupport.hpp
2018-12-07 19:30:43 -10:00

10 lines
129 B
C++

#pragma once
#include <hecl/hecl.hpp>
namespace DataSpec::Blender {
bool BuildMasterShader(const hecl::ProjectPath& path);
}