2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 13:51:20 +00:00
metaforce/DataSpec/Blender/BlenderSupport.hpp
2018-10-06 17:42:33 -10:00

12 lines
130 B
C++

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