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