metaforce/DataSpec/Blender/BlenderSupport.hpp

17 lines
240 B
C++
Raw Normal View History

#ifndef _RETRO_BLENDER_SUPPORT_HPP_
#define _RETRO_BLENDER_SUPPORT_HPP_
#include <HECL/HECL.hpp>
2016-02-13 01:02:47 -08:00
namespace DataSpec
{
namespace Blender
{
bool BuildMasterShader(const HECL::ProjectPath& path);
}
}
#endif // _RETRO_BLENDER_SUPPORT_HPP_