metaforce/DataSpec/Blender/BlenderSupport.hpp

10 lines
129 B
C++
Raw Normal View History

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