2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Rename namespaces

This commit is contained in:
2016-02-13 01:02:47 -08:00
parent 4595b7b6ab
commit af69c9d3ab
404 changed files with 790 additions and 787 deletions

View File

@@ -3,7 +3,7 @@
using Stream = HECL::BlenderConnection::PyOutStream;
namespace Retro
namespace DataSpec
{
namespace DNAMP1
{
@@ -1299,7 +1299,7 @@ MaterialSet::Material::UVAnimation::UVAnimation(const std::string& gameFunction,
}
}
namespace Retro
namespace DataSpec
{
namespace DNAMP2
{
@@ -1308,7 +1308,7 @@ void MaterialSet::ConstructMaterial(Stream& out,
const MaterialSet::Material& material,
unsigned groupIdx,
unsigned matIdx)
{Retro::DNAMP1::_ConstructMaterial(out, material, groupIdx, matIdx);}
{DataSpec::DNAMP1::_ConstructMaterial(out, material, groupIdx, matIdx);}
}
}