metaforce/DataSpec/Blender/BlenderSupport.hpp

14 lines
227 B
C++
Raw Normal View History

#ifndef _RETRO_BLENDER_SUPPORT_HPP_
#define _RETRO_BLENDER_SUPPORT_HPP_
2016-03-04 15:04:53 -08:00
#include <hecl/hecl.hpp>
2017-12-29 00:08:12 -08:00
namespace DataSpec::Blender
{
2016-03-04 15:04:53 -08:00
bool BuildMasterShader(const hecl::ProjectPath& path);
}
#endif // _RETRO_BLENDER_SUPPORT_HPP_