2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:07:41 +00:00

remove 'mp1' target in favor of library entry

This commit is contained in:
Jack Andersen
2016-03-03 19:28:20 -10:00
parent 74ce228060
commit 8c9eca1858
5 changed files with 21 additions and 46 deletions

View File

@@ -123,6 +123,13 @@ void ReadMaterialSetToBlender_3(HECL::BlenderConnection::PyOutStream& os,
}
}
template void ReadMaterialSetToBlender_3<PAKRouter<DNAMP3::PAKBridge>, DNAMP3::MaterialSet>
(HECL::BlenderConnection::PyOutStream& os,
const DNAMP3::MaterialSet& matSet,
const PAKRouter<DNAMP3::PAKBridge>& pakRouter,
const typename PAKRouter<DNAMP3::PAKBridge>::EntryType& entry,
unsigned setIdx);
class DLReader
{
public: