mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 19:07:44 +00:00
Rename namespaces
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "BlenderConnection.hpp"
|
||||
#include "CMDL.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAANCS
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <math.h>
|
||||
#include "ANIM.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAANIM
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAANIM
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
template<class BabeDeadLight>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "CMDL.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNACMDL
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "GX.hpp"
|
||||
#include "TXTR.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNACMDL
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
LogVisor::LogModule LogDNACommon("Retro::DNACommon");
|
||||
|
||||
@@ -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();}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "DNACommon.hpp"
|
||||
#include "BlenderConnection.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
template<class DEAFBABE>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNACommon
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "DNACommon.hpp"
|
||||
#include "GX.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAMAPA
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "BlenderConnection.hpp"
|
||||
#include "CVector3f.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAMLVL
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
/* PAK entry stream reader */
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "PAK.hpp"
|
||||
#include "Athena/FileWriter.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAParticle
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "ParticleCommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAParticle
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAParticle
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <Athena/FileWriter.hpp>
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
struct ISTRG : BigYAML
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "TXTR.hpp"
|
||||
#include "PAK.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
static LogVisor::LogModule Log("libpng");
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
class PAKEntryReadStream;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakGame : BigYAML
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakParticle : BigYAML
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakPlayer : BigYAML
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
namespace DataSpec
|
||||
{
|
||||
|
||||
struct ITweakPlayerControl : BigYAML
|
||||
|
||||
Reference in New Issue
Block a user