Convert to pragma once

This commit is contained in:
Jack Andersen 2018-10-06 17:42:33 -10:00
parent 9461e98512
commit c91e5df986
818 changed files with 815 additions and 4978 deletions

View File

@ -1,5 +1,4 @@
#ifndef _DATASPEC_ASSETNAMEMAP_HPP_
#define _DATASPEC_ASSETNAMEMAP_HPP_
#pragma once
#include <unordered_map>
#include <string>
@ -11,4 +10,3 @@ void InitAssetNameMap();
const std::string* TranslateIdToName(const UniqueID32&);
const std::string* TranslateIdToName(const UniqueID64&);
}
#endif // _DATASPEC_ASSETNAMEMAP_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _RETRO_BLENDER_SUPPORT_HPP_
#define _RETRO_BLENDER_SUPPORT_HPP_
#pragma once
#include <hecl/hecl.hpp>
@ -10,4 +9,3 @@ bool BuildMasterShader(const hecl::ProjectPath& path);
}
#endif // _RETRO_BLENDER_SUPPORT_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_ANCS_HPP_
#define _DNACOMMON_ANCS_HPP_
#pragma once
#include <unordered_set>
#include "DNACommon.hpp"
@ -44,4 +43,3 @@ bool ReadANCSToBlender(hecl::blender::Connection& conn,
}
#endif // _DNACOMMON_ANCS_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_ANIMBITSTREAM_HPP_
#define _DNACOMMON_ANIMBITSTREAM_HPP_
#pragma once
#include "DNACommon.hpp"
#include <cmath>
@ -99,4 +98,3 @@ public:
}
#endif // _DNACOMMON_ANIMBITSTREAM_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_AROTBUILDER_HPP_
#define _DNACOMMON_AROTBUILDER_HPP_
#pragma once
#include "DNACommon.hpp"
#include "DeafBabe.hpp"
@ -59,4 +58,3 @@ struct AROTBuilder
}
#endif // _DNACOMMON_AROTBUILDER_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_ATBL_HPP_
#define _DNACOMMON_ATBL_HPP_
#pragma once
#include "DNACommon.hpp"
#include "PAK.hpp"
@ -16,4 +15,3 @@ public:
}
#endif // _DNACOMMON_ATBL_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_BABEDEAD_HPP_
#define _DNACOMMON_BABEDEAD_HPP_
#pragma once
#include "zeus/Math.hpp"
#include "hecl/hecl.hpp"
@ -17,4 +16,3 @@ void WriteBabeDeadLightFromBlender(BabeDeadLight& lightOut, const hecl::blender:
}
#endif // _DNACOMMON_BABEDEAD_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_CMDL_HPP_
#define _DNACOMMON_CMDL_HPP_
#pragma once
#include "athena/FileWriter.hpp"
#include "hecl/Frontend.hpp"
@ -179,4 +178,3 @@ bool WriteHMDLMREASecs(std::vector<std::vector<uint8_t>>& secsOut, const hecl::P
}
#endif // _DNACOMMON_CMDL_HPP_

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_CRSC_HPP__
#define __COMMON_CRSC_HPP__
#pragma once
#include "ParticleCommon.hpp"
#include "PAK.hpp"
@ -29,4 +28,3 @@ bool ExtractCRSM(PAKEntryReadStream& rs, const hecl::ProjectPath& outPath);
template <class IDType>
bool WriteCRSM(const CRSM<IDType>& crsm, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_CRSC_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_DGRP_HPP__
#define __COMMON_DGRP_HPP__
#pragma once
#include "DNACommon.hpp"
#include "PAK.hpp"
@ -48,4 +47,3 @@ bool WriteDGRP(const DGRP<IDType>& dgrp, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_DGRP_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNA_COMMON_HPP__
#define __DNA_COMMON_HPP__
#pragma once
#include <cstdio>
#include "logvisor/logvisor.hpp"
@ -462,4 +461,3 @@ struct hash<DataSpec::UniqueID128>
};
}
#endif // __DNA_COMMON_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_DPSC_HPP__
#define __COMMON_DPSC_HPP__
#pragma once
#include "ParticleCommon.hpp"
#include "PAK.hpp"
@ -55,4 +54,3 @@ bool WriteDPSM(const DPSM<IDType>& dpsm, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_DPSC_HPP__

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_DEAFBABE_HPP_
#define _DNACOMMON_DEAFBABE_HPP_
#pragma once
#include "DNACommon.hpp"
@ -21,4 +20,3 @@ void DeafBabeBuildFromBlender(DEAFBABE& db, const hecl::blender::ColMesh& colMes
}
#endif // _DNACOMMON_DEAFBABE_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNACOMMON_EGMC_HPP_
#define _DNACOMMON_EGMC_HPP_
#pragma once
#include "DNACommon.hpp"
@ -20,4 +19,3 @@ struct EGMC : public BigDNA
Vector<Object, AT_DNA_COUNT(count)> objects;
};
}
#endif // _DNACOMMON_EGMC_HPP_

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_ELSC_HPP__
#define __COMMON_ELSC_HPP__
#pragma once
#include "ParticleCommon.hpp"
#include "PAK.hpp"
@ -43,4 +42,3 @@ template <class IDType>
bool WriteELSM(const ELSM<IDType>& elsm, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_ELSC_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_FONT_HPP__
#define __COMMON_FONT_HPP__
#pragma once
#include "PAK.hpp"
#include "athena/FileWriter.hpp"
@ -125,4 +124,3 @@ bool WriteFONT(const FONT<IDType>& font, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_FONT_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_FSM2_HPP__
#define __COMMON_FSM2_HPP__
#pragma once
#include "PAK.hpp"
#include "DNACommon.hpp"
@ -153,4 +152,3 @@ template <class IDType>
bool WriteFSM2(const FSM2<IDType>& fsm2, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_FSM2_HPP__

View File

@ -1,7 +1,5 @@
#ifndef _DNACOMMON_GX_HPP_
#define _DNACOMMON_GX_HPP_
#pragma once
#include "hecl/Backend/GX.hpp"
using GX = hecl::Backend::GX;
#endif // _DNACOMMON_GX_HPP_

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_MAPA_HPP__
#define __DNACOMMON_MAPA_HPP__
#pragma once
#include "DNACommon.hpp"
#include "GX.hpp"
@ -191,4 +190,3 @@ bool Cook(const hecl::blender::MapArea& mapa, const hecl::ProjectPath& out);
}
#endif // __DNACOMMON_MAPA_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_MAPU_HPP__
#define __DNACOMMON_MAPU_HPP__
#pragma once
#include "DNACommon.hpp"
@ -42,4 +41,3 @@ bool ReadMAPUToBlender(hecl::blender::Connection& conn,
}
#endif // __DNACOMMON_MAPU_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_MLVL_HPP__
#define __DNACOMMON_MLVL_HPP__
#pragma once
#include "DNACommon.hpp"
#include "zeus/CVector3f.hpp"
@ -18,4 +17,3 @@ bool ReadMLVLToBlender(hecl::blender::Connection& conn,
}
#endif // __DNACOMMON_MLVL_HPP__

View File

@ -1,5 +1,4 @@
#ifndef DNACOMMON_OBBTREEBUILDER_HPP
#define DNACOMMON_OBBTREEBUILDER_HPP
#pragma once
#include "DNACommon.hpp"
@ -15,4 +14,3 @@ struct OBBTreeBuilder
}
#endif // DNACOMMON_OBBTREEBUILDER_HPP

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_PAK_HPP__
#define __DNACOMMON_PAK_HPP__
#pragma once
#include "DNACommon.hpp"
#include "boo/ThreadLocalPtr.hpp"
@ -239,4 +238,3 @@ public:
}
#endif // __DNACOMMON_PAK_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_PART_HPP__
#define __COMMON_PART_HPP__
#pragma once
#include "ParticleCommon.hpp"
#include "PAK.hpp"
@ -115,4 +114,3 @@ bool WriteGPSM(const GPSM<IDType>& gpsm, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_PART_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_PARTICLECOMMON_HPP__
#define __COMMON_PARTICLECOMMON_HPP__
#pragma once
#include "DNACommon.hpp"
@ -902,4 +901,3 @@ struct ChildResourceFactory : BigDNA
}
#endif // __COMMON_PARTICLECOMMON_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_RIGINVERTER_HPP__
#define __COMMON_RIGINVERTER_HPP__
#pragma once
#include "zeus/CVector3f.hpp"
#include "zeus/CMatrix3f.hpp"
@ -43,4 +42,3 @@ public:
}
#endif // __COMMON_RIGINVERTER_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_SAVWCOMMON_HPP__
#define __COMMON_SAVWCOMMON_HPP__
#pragma once
#include "DNACommon.hpp"
#include "PAK.hpp"
@ -51,4 +50,3 @@ static bool ExtractSAVW(PAKEntryReadStream& rs, const hecl::ProjectPath& outPath
}
#endif // __COMMON_SAVWCOMMON_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_STRG_HPP__
#define __COMMON_STRG_HPP__
#pragma once
#include <string>
#include <fstream>
@ -26,4 +25,3 @@ std::unique_ptr<ISTRG> LoadSTRG(athena::io::IStreamReader& reader);
}
#endif // __COMMON_STRG_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_SWHC_HPP__
#define __COMMON_SWHC_HPP__
#pragma once
#include "ParticleCommon.hpp"
#include "PAK.hpp"
@ -56,4 +55,3 @@ bool ExtractSWSH(PAKEntryReadStream& rs, const hecl::ProjectPath& outPath);
template <class IDType>
bool WriteSWSH(const SWSH<IDType>& gpsm, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_SWHC_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_TXTR_HPP__
#define __DNACOMMON_TXTR_HPP__
#pragma once
#include "DNACommon.hpp"
@ -16,4 +15,3 @@ struct TXTR
}
#endif // __DNACOMMON_TXTR_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAK_HPP__
#define __DNACOMMON_ITWEAK_HPP__
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
@ -16,4 +15,3 @@ struct ITweak : BigDNA
};
}
#endif // __DNACOMMON_ITWEAK_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKAUTOMAPPER_HPP__
#define __DNACOMMON_ITWEAKAUTOMAPPER_HPP__
#pragma once
#include "ITweak.hpp"
@ -66,4 +65,3 @@ struct ITweakAutoMapper : public ITweak
}
#endif // __DNACOMMON_ITWEAKAUTOMAPPER_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKBALL_HPP__
#define __DNACOMMON_ITWEAKBALL_HPP__
#pragma once
#include "ITweak.hpp"
@ -71,4 +70,3 @@ struct ITweakBall : ITweak
};
}
#endif // __DNACOMMON_ITWEAKBALL_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKGAME_HPP__
#define __DNACOMMON_ITWEAKGAME_HPP__
#pragma once
#include "ITweak.hpp"
@ -28,4 +27,3 @@ struct ITweakGame : ITweak
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKGUI_HPP__
#define __DNACOMMON_ITWEAKGUI_HPP__
#pragma once
#include "ITweak.hpp"
#include "zeus/CVector2f.hpp"
@ -152,4 +151,3 @@ struct ITweakGui : ITweak
}
#endif // __DNACOMMON_ITWEAKGUI_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKGUICOLORS_HPP__
#define __DNACOMMON_ITWEAKGUICOLORS_HPP__
#pragma once
#include "ITweak.hpp"
@ -106,4 +105,3 @@ struct ITweakGuiColors : ITweak
};
}
#endif // __DNACOMMON_ITWEAKGUICOLORS_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKGUNRES_HPP__
#define __DNACOMMON_ITWEAKGUNRES_HPP__
#pragma once
#include "ITweak.hpp"
#include "Runtime/IFactory.hpp"
@ -139,4 +138,3 @@ protected:
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKPARTICLE_HPP__
#define __DNACOMMON_ITWEAKPARTICLE_HPP__
#pragma once
#include "ITweak.hpp"
@ -12,4 +11,3 @@ struct ITweakParticle : ITweak
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKPLAYER_HPP__
#define __DNACOMMON_ITWEAKPLAYER_HPP__
#pragma once
#include "ITweak.hpp"
#include "zeus/CAABox.hpp"
@ -146,4 +145,3 @@ struct ITweakPlayer : ITweak
}
#endif // __DNACOMMON_ITWEAKPLAYER_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKPLAYERCONTROL_HPP__
#define __DNACOMMON_ITWEAKPLAYERCONTROL_HPP__
#pragma once
#include "ITweak.hpp"
@ -13,4 +12,3 @@ struct ITweakPlayerControl : ITweak
}
#endif // __DNACOMMON_ITWEAKPLAYERCONTROL_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKPLAYERGUN_HPP__
#define __DNACOMMON_ITWEAKPLAYERGUN_HPP__
#pragma once
#include "ITweak.hpp"
#include "zeus/CAABox.hpp"
@ -73,4 +72,3 @@ struct ITweakPlayerGun : ITweak
};
}
#endif // __DNACOMMON_ITWEAKPLAYERGUN_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKPLAYERRES_HPP__
#define __DNACOMMON_ITWEAKPLAYERRES_HPP__
#pragma once
#include "ITweak.hpp"
#include "Runtime/IFactory.hpp"
@ -165,4 +164,3 @@ protected:
}
#endif // __DNACOMMON_ITWEAKPLAYERRES_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#define __DNACOMMON_ITWEAKSLIDESHOW_HPP__
#pragma once
#include "ITweak.hpp"
@ -17,4 +16,3 @@ struct ITweakSlideShow : ITweak
}
#endif // __DNACOMMON_ITWEAKSLIDESHOW_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_ITWEAKTARGETING_HPP__
#define __DNACOMMON_ITWEAKTARGETING_HPP__
#pragma once
#include "ITweak.hpp"
namespace DataSpec
@ -97,4 +96,3 @@ struct ITweakTargeting : public ITweak
};
}
#endif // __DNACOMMON_ITWEAKTARGETING_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_TWEAKWRITER_HPP__
#define __DNACOMMON_TWEAKWRITER_HPP__
#pragma once
#include "../PAK.hpp"
@ -36,4 +35,3 @@ bool ExtractTweak(PAKEntryReadStream& rs, const hecl::ProjectPath& outPath)
}
#endif // __DNACOMMON_TWEAKWRITER_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __COMMON_WPSC_HPP__
#define __COMMON_WPSC_HPP__
#pragma once
#include "ParticleCommon.hpp"
#include "PAK.hpp"
@ -63,4 +62,3 @@ bool WriteWPSM(const WPSM<IDType>& wpsm, const hecl::ProjectPath& outPath);
}
#endif // __COMMON_WPSC_HPP__

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_AFSM_HPP_
#define _DNAMP1_AFSM_HPP_
#pragma once
#include <athena/FileWriter.hpp>
#include "DataSpec/DNACommon/DNACommon.hpp"
@ -58,4 +57,3 @@ struct AFSM : public BigDNA
};
}
#endif // _RETRO_AFSM_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_AGSC_HPP_
#define _DNAMP1_AGSC_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DNAMP1.hpp"
@ -22,4 +21,3 @@ public:
}
#endif // _DNAMP1_AGSC_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ANCS_HPP_
#define _DNAMP1_ANCS_HPP_
#pragma once
#include <map>
#include "DataSpec/DNACommon/DNACommon.hpp"
@ -518,4 +517,3 @@ struct ANCS : BigDNA
}
#endif // _DNAMP1_ANCS_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ANIM_HPP_
#define _DNAMP1_ANIM_HPP_
#pragma once
#include "DNAMP1.hpp"
#include "DataSpec/DNACommon/ANIM.hpp"
@ -220,4 +219,3 @@ struct ANIM : BigDNA
}
#endif // _DNAMP1_ANIM_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CINF_HPP_
#define _DNAMP1_CINF_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DataSpec/DNACommon/RigInverter.hpp"
@ -53,4 +52,3 @@ struct CINF : BigDNA
}
#endif // _DNAMP1_CINF_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CMDL_HPP_
#define _DNAMP1_CMDL_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DataSpec/DNACommon/CMDL.hpp"
@ -43,4 +42,3 @@ struct CMDL
}
#endif // _DNAMP1_CMDL_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CMDL_MATERIALS_HPP_
#define _DNAMP1_CMDL_MATERIALS_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DataSpec/DNACommon/GX.hpp"
@ -391,4 +390,3 @@ struct HMDLMaterialSet : BigDNA
}
#endif // _DNAMP1_CMDL_MATERIALS_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CSKR_HPP_
#define _DNAMP1_CSKR_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "CINF.hpp"
@ -36,4 +35,3 @@ struct CSKR : BigDNA
}
#endif // _DNAMP1_CSKR_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CSNG_HPP_
#define _DNAMP1_CSNG_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DNAMP1.hpp"
@ -25,4 +24,3 @@ public:
}
#endif // _DNAMP1_CSNG_HPP_

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_DCLN_HPP__
#define __DNAMP1_DCLN_HPP__
#pragma once
#include <athena/Types.hpp>
#include "DataSpec/DNACommon/DeafBabe.hpp"
@ -110,4 +109,3 @@ struct DCLN : BigDNA
};
}
#endif // __DNAMP1_DCLN_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_HPP__
#define __DNAMP1_HPP__
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "PAK.hpp"
@ -44,4 +43,3 @@ public:
}
#endif // __DNAMP1_HPP__

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_DEAFBABE_HPP_
#define _DNAMP1_DEAFBABE_HPP_
#pragma once
#include "DataSpec/DNACommon/DeafBabe.hpp"
@ -152,4 +151,3 @@ struct DeafBabe : BigDNA
}
#endif // _DNAMP1_DEAFBABE_HPP_

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_EVNT_HPP__
#define __DNAMP1_EVNT_HPP__
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DNAMP1.hpp"
@ -110,4 +109,3 @@ struct EVNT : BigDNA
}
#endif // __DNAMP1_EVNT_HPP__

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_FRME_HPP_
#define _DNAMP1_FRME_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DNAMP1.hpp"
@ -317,4 +316,3 @@ struct FRME : BigDNA
}
#endif // _DNAMP1_FRME_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_HINT_HPP_
#define _DNAMP1_HINT_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DataSpec/DNACommon/PAK.hpp"
@ -56,4 +55,3 @@ struct HINT : BigDNA
}
};
}
#endif // _DNAMP1_HINT_HPP_

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_MAPA_HPP__
#define __DNAMP1_MAPA_HPP__
#pragma once
#include <vector>
@ -38,4 +37,3 @@ struct MAPA : DNAMAPA::MAPA
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_MAPU_HPP__
#define __DNAMP1_MAPU_HPP__
#pragma once
#include <vector>
@ -29,4 +28,3 @@ struct MAPU : DNAMAPU::MAPU
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_MLVL_HPP__
#define __DNAMP1_MLVL_HPP__
#pragma once
#include "DataSpec/DNACommon/PAK.hpp"
#include "DataSpec/DNACommon/MLVL.hpp"
@ -168,4 +167,3 @@ struct MLVL : BigDNA
}
#endif // __DNAMP1_MLVL_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_MREA_HPP__
#define __DNAMP1_MREA_HPP__
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "CMDLMaterials.hpp"
@ -137,4 +136,3 @@ struct MREA
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_MAZESEEDS_HPP__
#define __DNAMP1_MAZESEEDS_HPP__
#pragma once
#include <vector>
@ -14,4 +13,3 @@ struct MazeSeeds : BigDNA
};
}
#endif // __DNAMP1_MAZESEEDS_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_PAK_HPP__
#define __DNAMP1_PAK_HPP__
#pragma once
#include <unordered_map>
@ -63,4 +62,3 @@ struct PAK : BigDNA
}
#endif // __DNAMP1_PAK_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNACOMMON_PATH_HPP__
#define __DNACOMMON_PATH_HPP__
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "DataSpec/DNACommon/PAK.hpp"
@ -90,4 +89,3 @@ struct PATH : BigDNA
};
}
#endif // __DNACOMMON_PATH_HPP__

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_SAVW_HPP__
#define __DNAMP1_SAVW_HPP__
#pragma once
#include "DataSpec/DNACommon/SAVWCommon.hpp"
#include "DNAMP1.hpp"
@ -33,4 +32,3 @@ struct SAVW : BigDNA
};
}
#endif // __DNAMP1_SAVW_HPP__

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_SCAN_HPP_
#define _DNAMP1_SCAN_HPP_
#pragma once
#include <athena/FileWriter.hpp>
#include "DataSpec/DNACommon/DNACommon.hpp"
@ -113,4 +112,3 @@ struct SCAN : BigDNA
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_SCLY_HPP_
#define _DNAMP1_SCLY_HPP_
#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "ScriptObjects/IScriptObject.hpp"
@ -34,4 +33,3 @@ struct SCLY : BigDNA
void nameIDs(PAKRouter<PAKBridge>& pakRouter) const;
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef __DNAMP1_STRG_HPP__
#define __DNAMP1_STRG_HPP__
#pragma once
#include <unordered_map>
#include "DataSpec/DNACommon/DNACommon.hpp"
@ -87,4 +86,3 @@ struct STRG : ISTRG
}
#endif // __DNAMP1_STRG_HPP__

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_AIJUMPPOINT_HPP_
#define _DNAMP1_AIJUMPPOINT_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -19,4 +18,3 @@ struct AIJumpPoint : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_AIKEYFRAME_HPP_
#define _DNAMP1_AIKEYFRAME_HPP_
#pragma once
#include "IScriptObject.hpp"
#include "Parameters.hpp"
@ -21,4 +20,3 @@ struct AIKeyframe : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ACTOR_HPP_
#define _DNAMP1_ACTOR_HPP_
#pragma once
#include "IScriptObject.hpp"
#include "Parameters.hpp"
@ -69,4 +68,3 @@ struct Actor : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ACTORCONTRAPTION_HPP_
#define _DNAMP1_ACTORCONTRAPTION_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -59,4 +58,3 @@ struct ActorContraption : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ACTORKEYFRAME_HPP_
#define _DNAMP1_ACTORKEYFRAME_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -21,4 +20,3 @@ struct ActorKeyframe : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ACTORROTATE_HPP_
#define _DNAMP1_ACTORROTATE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -20,4 +19,3 @@ struct ActorRotate : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_AMBIENTAI_HPP_
#define _DNAMP1_AMBIENTAI_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -54,4 +53,3 @@ struct AmbientAI : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_AREAATTRIBUTES_HPP_
#define _DNAMP1_AREAATTRIBUTES_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -36,4 +35,3 @@ struct AreaAttributes : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ATOMICALPHA_HPP_
#define _DNAMP1_ATOMICALPHA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -64,4 +63,3 @@ struct AtomicAlpha : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_ATOMICBETA_HPP_
#define _DNAMP1_ATOMICBETA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -77,4 +76,3 @@ struct AtomicBeta : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_Babygoth_HPP_
#define _DNAMP1_Babygoth_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -140,4 +139,3 @@ struct Babygoth : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_BALLTRIGGER_HPP_
#define _DNAMP1_BALLTRIGGER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -23,4 +22,3 @@ struct BallTrigger : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_BEETLE_HPP_
#define _DNAMP1_BEETLE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -60,4 +59,3 @@ struct Beetle : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_BLOODFLOWER_HPP_
#define _DNAMP1_BLOODFLOWER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -98,4 +97,3 @@ struct BloodFlower : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_BURROWER_HPP_
#define _DNAMP1_BURROWER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -81,4 +80,3 @@ struct Burrower : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERA_HPP_
#define _DNAMP1_CAMERA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -29,4 +28,3 @@ struct Camera : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERABLURKEYFRAME_HPP_
#define _DNAMP1_CAMERABLURKEYFRAME_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -21,4 +20,3 @@ struct CameraBlurKeyframe : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERAFILTERKEYFRAME_HPP_
#define _DNAMP1_CAMERAFILTERKEYFRAME_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -39,4 +38,3 @@ struct CameraFilterKeyframe : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERAHINT_HPP_
#define _DNAMP1_CAMERAHINT_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -68,4 +67,3 @@ struct CameraHint : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERAHINTRIGGER_HPP_
#define _DNAMP1_CAMERAHINTRIGGER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -21,4 +20,3 @@ struct CameraHintTrigger : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERAPITCHVOLUME_HPP_
#define _DNAMP1_CAMERAPITCHVOLUME_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -22,4 +21,3 @@ struct CameraPitchVolume : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERASHAKER_HPP_
#define _DNAMP1_CAMERASHAKER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -23,4 +22,3 @@ struct CameraShaker : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CAMERAWAYPOINT_HPP_
#define _DNAMP1_CAMERAWAYPOINT_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -20,4 +19,3 @@ struct CameraWaypoint : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CHOZOGHOST_HPP_
#define _DNAMP1_CHOZOGHOST_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -87,4 +86,3 @@ struct ChozoGhost : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_COLORMODULATE_HPP_
#define _DNAMP1_COLORMODULATE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -26,4 +25,3 @@ struct ColorModulate : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_CONTROLLERACTION_HPP_
#define _DNAMP1_CONTROLLERACTION_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -18,4 +17,3 @@ struct ControllerAction : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_COUNTER_HPP_
#define _DNAMP1_COUNTER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -19,4 +18,3 @@ struct Counter : IScriptObject
};
}
#endif

View File

@ -1,5 +1,4 @@
#ifndef _DNAMP1_COVERPOINT_HPP_
#define _DNAMP1_COVERPOINT_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@ -23,4 +22,3 @@ struct CoverPoint : IScriptObject
};
}
#endif

Some files were not shown because too many files have changed in this diff Show More