metaforce/DataSpec/Blender/BlenderSupport.hpp

10 lines
129 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
2016-03-04 23:04:53 +00:00
#include <hecl/hecl.hpp>
2018-12-08 05:30:43 +00:00
namespace DataSpec::Blender {
2016-03-04 23:04:53 +00:00
bool BuildMasterShader(const hecl::ProjectPath& path);
}