mirror of https://github.com/AxioDL/metaforce.git
20 lines
364 B
C++
20 lines
364 B
C++
|
#include "CMDLMaterials.hpp"
|
||
|
|
||
|
using Stream = HECL::BlenderConnection::PyOutStream;
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
namespace DNAMP3
|
||
|
{
|
||
|
|
||
|
void MaterialSet::ConstructMaterial(Stream& out,
|
||
|
const MaterialSet::Material& material,
|
||
|
unsigned groupIdx,
|
||
|
unsigned matIdx)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|