2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 19:07:44 +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

@@ -6,7 +6,7 @@
#include "BlenderConnection.hpp"
#include "CMDL.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAANCS
{

View File

@@ -2,7 +2,7 @@
#include <math.h>
#include "ANIM.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAANIM
{

View File

@@ -3,7 +3,7 @@
#include "DNACommon.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAANIM
{

View File

@@ -8,7 +8,7 @@
#endif
#include <math.h>
namespace Retro
namespace DataSpec
{
template<class BabeDeadLight>

View File

@@ -1,6 +1,6 @@
#include "CMDL.hpp"
namespace Retro
namespace DataSpec
{
namespace DNACMDL
{

View File

@@ -9,7 +9,7 @@
#include "GX.hpp"
#include "TXTR.hpp"
namespace Retro
namespace DataSpec
{
namespace DNACMDL
{

View File

@@ -1,6 +1,6 @@
#include "DNACommon.hpp"
namespace Retro
namespace DataSpec
{
LogVisor::LogModule LogDNACommon("Retro::DNACommon");

View File

@@ -8,7 +8,7 @@
#include "HECL/Database.hpp"
#include "../SpecBase.hpp"
namespace Retro
namespace DataSpec
{
extern LogVisor::LogModule LogDNACommon;
@@ -364,30 +364,30 @@ typedef std::function<bool(const HECL::ProjectPath&, const HECL::ProjectPath&)>
namespace std
{
template<>
struct hash<Retro::DNAFourCC>
struct hash<DataSpec::DNAFourCC>
{
size_t operator()(const Retro::DNAFourCC& fcc) const
size_t operator()(const DataSpec::DNAFourCC& fcc) const
{return fcc.toUint32();}
};
template<>
struct hash<Retro::UniqueID32>
struct hash<DataSpec::UniqueID32>
{
size_t operator()(const Retro::UniqueID32& id) const
size_t operator()(const DataSpec::UniqueID32& id) const
{return id.toUint32();}
};
template<>
struct hash<Retro::UniqueID64>
struct hash<DataSpec::UniqueID64>
{
size_t operator()(const Retro::UniqueID64& id) const
size_t operator()(const DataSpec::UniqueID64& id) const
{return id.toUint64();}
};
template<>
struct hash<Retro::UniqueID128>
struct hash<DataSpec::UniqueID128>
{
size_t operator()(const Retro::UniqueID128& id) const
size_t operator()(const DataSpec::UniqueID128& id) const
{return id.toHighUint64() ^ id.toLowUint64();}
};
}

View File

@@ -4,7 +4,7 @@
#include "DNACommon.hpp"
#include "BlenderConnection.hpp"
namespace Retro
namespace DataSpec
{
template<class DEAFBABE>

View File

@@ -3,7 +3,7 @@
#include "DNACommon.hpp"
namespace Retro
namespace DataSpec
{
namespace DNACommon
{

View File

@@ -4,7 +4,7 @@
#include "DNACommon.hpp"
#include "GX.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAMAPA
{

View File

@@ -5,7 +5,7 @@
#include "BlenderConnection.hpp"
#include "CVector3f.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAMLVL
{

View File

@@ -3,7 +3,7 @@
#include "DNACommon.hpp"
namespace Retro
namespace DataSpec
{
/* PAK entry stream reader */

View File

@@ -5,7 +5,7 @@
#include "PAK.hpp"
#include "Athena/FileWriter.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAParticle
{

View File

@@ -1,6 +1,6 @@
#include "ParticleCommon.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAParticle
{

View File

@@ -3,7 +3,7 @@
#include "DNACommon.hpp"
namespace Retro
namespace DataSpec
{
namespace DNAParticle
{

View File

@@ -3,7 +3,7 @@
#include "../DNAMP2/STRG.hpp"
#include "../DNAMP3/STRG.hpp"
namespace Retro
namespace DataSpec
{
std::unique_ptr<ISTRG> LoadSTRG(Athena::io::IStreamReader& reader)

View File

@@ -8,7 +8,7 @@
#include <Athena/FileWriter.hpp>
#include "DNACommon.hpp"
namespace Retro
namespace DataSpec
{
struct ISTRG : BigYAML
{

View File

@@ -3,7 +3,7 @@
#include "TXTR.hpp"
#include "PAK.hpp"
namespace Retro
namespace DataSpec
{
static LogVisor::LogModule Log("libpng");

View File

@@ -3,7 +3,7 @@
#include "DNACommon.hpp"
namespace Retro
namespace DataSpec
{
class PAKEntryReadStream;

View File

@@ -3,7 +3,7 @@
#include "../DNACommon.hpp"
namespace Retro
namespace DataSpec
{
struct ITweakGame : BigYAML

View File

@@ -3,7 +3,7 @@
#include "../DNACommon.hpp"
namespace Retro
namespace DataSpec
{
struct ITweakParticle : BigYAML

View File

@@ -3,7 +3,7 @@
#include "../DNACommon.hpp"
namespace Retro
namespace DataSpec
{
struct ITweakPlayer : BigYAML

View File

@@ -3,7 +3,7 @@
#include "../DNACommon.hpp"
namespace Retro
namespace DataSpec
{
struct ITweakPlayerControl : BigYAML