metaforce/DataSpec/Blender/BlenderSupport.hpp

17 lines
240 B
C++
Raw Normal View History

#ifndef _RETRO_BLENDER_SUPPORT_HPP_
#define _RETRO_BLENDER_SUPPORT_HPP_
2016-03-04 23:04:53 +00:00
#include <hecl/hecl.hpp>
2016-02-13 09:02:47 +00:00
namespace DataSpec
{
namespace Blender
{
2016-03-04 23:04:53 +00:00
bool BuildMasterShader(const hecl::ProjectPath& path);
}
}
#endif // _RETRO_BLENDER_SUPPORT_HPP_