metaforce/DataSpec/Blender/BlenderSupport.hpp

12 lines
130 B
C++

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