mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-12 17:53:28 +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);
|
|
|
|
}
|
|
|