2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-29 23:51:21 +00:00
metaforce/DataSpec/Blender/BlenderSupport.hpp
2017-12-28 22:08:12 -10:00

14 lines
227 B
C++

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