mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 13:51:20 +00:00
12 lines
130 B
C++
12 lines
130 B
C++
#pragma once
|
|
|
|
#include <hecl/hecl.hpp>
|
|
|
|
namespace DataSpec::Blender
|
|
{
|
|
|
|
bool BuildMasterShader(const hecl::ProjectPath& path);
|
|
|
|
}
|
|
|