#ifndef _RETRO_BLENDER_SUPPORT_HPP_ #define _RETRO_BLENDER_SUPPORT_HPP_ #include namespace DataSpec::Blender { bool BuildMasterShader(const hecl::ProjectPath& path); } #endif // _RETRO_BLENDER_SUPPORT_HPP_