2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-07 01:53:29 +00:00
metaforce/DataSpec/DNAMP3/CMDLMaterials.cpp
2015-08-09 15:53:24 -10:00

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)
{
}
}
}