mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:11:22 +00:00
17 lines
237 B
C++
17 lines
237 B
C++
#ifndef _RETRO_BLENDER_SUPPORT_HPP_
|
|
#define _RETRO_BLENDER_SUPPORT_HPP_
|
|
|
|
#include <HECL/HECL.hpp>
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Blender
|
|
{
|
|
|
|
bool BuildMasterShader(const HECL::ProjectPath& path);
|
|
|
|
}
|
|
}
|
|
|
|
#endif // _RETRO_BLENDER_SUPPORT_HPP_
|