2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

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 _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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_DEBRISEXTENDED_HPP_
#define _DNAMP1_DEBRISEXTENDED_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -93,4 +92,3 @@ struct DebrisExtended : IScriptObject
};
}
#endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_ELECTROMAGNETICPULSE_HPP_
#define _DNAMP1_ELECTROMAGNETICPULSE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -41,4 +40,3 @@ struct ElectroMagneticPulse : IScriptObject
};
}
#endif

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_EYEBALL_HPP_
#define _DNAMP1_EYEBALL_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -89,4 +88,3 @@ struct Eyeball : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_FIREFLEA_HPP_
#define _DNAMP1_FIREFLEA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -47,4 +46,3 @@ struct FireFlea : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_FISHCLOUD_HPP_
#define _DNAMP1_FISHCLOUD_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -91,4 +90,3 @@ struct FishCloud : IScriptObject
};
}
#endif

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_FLAAHGRA_HPP_
#define _DNAMP1_FLAAHGRA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -91,4 +90,3 @@ struct Flaahgra : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_FLAAHGRATENTACLE_HPP_
#define _DNAMP1_FLAAHGRATENTACLE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -44,4 +43,3 @@ struct FlaahgraTentacle : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_FLICKERBAT_HPP_
#define _DNAMP1_FLICKERBAT_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -48,4 +47,3 @@ struct FlickerBat : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_FLYINGPIRATE_HPP_
#define _DNAMP1_FLYINGPIRATE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -116,4 +115,3 @@ struct FlyingPirate : IScriptObject
};
}
#endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef __DNAMP1_SCRIPTOBJECT_HPP
#define __DNAMP1_SCRIPTOBJECT_HPP
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "../DNAMP1.hpp"
#include "../SAVW.hpp"
@@ -51,4 +50,3 @@ struct IScriptObject : BigDNAVYaml
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_ICESHEEGOTH_HPP_
#define _DNAMP1_ICESHEEGOTH_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -135,4 +134,3 @@ struct IceSheegoth : IScriptObject
};
}
#endif

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_MAGDOLITE_HPP_
#define _DNAMP1_MAGDOLITE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -91,4 +90,3 @@ struct Magdolite : IScriptObject
};
}
#endif

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_METAREEALPHA_HPP_
#define _DNAMP1_METAREEALPHA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -50,4 +49,3 @@ struct MetareeAlpha : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_METROIDALPHA_HPP_
#define _DNAMP1_METROIDALPHA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -66,4 +65,3 @@ struct MetroidAlpha : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_METROIDBETA_HPP_
#define _DNAMP1_METROIDBETA_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -91,4 +90,3 @@ struct MetroidBeta : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_METROIDPRIMESTAGE1_HPP_
#define _DNAMP1_METROIDPRIMESTAGE1_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -354,4 +353,3 @@ struct MetroidPrimeStage1 : IScriptObject
};
}
#endif

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_NEWINTROBOSS_HPP_
#define _DNAMP1_NEWINTROBOSS_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -75,4 +74,3 @@ struct NewIntroBoss : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_OCULUS_HPP_
#define _DNAMP1_OCULUS_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -57,4 +56,3 @@ struct Oculus : IScriptObject
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_OMEGAPIRATE_HPP_
#define _DNAMP1_OMEGAPIRATE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -163,4 +162,3 @@ struct OmegaPirate : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_PARAMETERS_HPP_
#define _DNAMP1_PARAMETERS_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "../DNAMP1.hpp"
@@ -522,4 +521,3 @@ struct BeamInfo : BigDNA
}
#endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_PLATFORM_HPP_
#define _DNAMP1_PLATFORM_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -71,4 +70,3 @@ struct Platform : IScriptObject
};
}
#endif

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_PUDDLESPORE_HPP_
#define _DNAMP1_PUDDLESPORE_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -66,4 +65,3 @@ struct PuddleSpore : IScriptObject
};
}
#endif

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_PUFFER_HPP_
#define _DNAMP1_PUFFER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -66,4 +65,3 @@ struct Puffer : IScriptObject
};
}
#endif

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_RELAY_HPP_
#define _DNAMP1_RELAY_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -16,4 +15,3 @@ struct Relay : IScriptObject
};
}
#endif

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_RIDLEY_HPP_
#define _DNAMP1_RIDLEY_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -267,4 +266,3 @@ struct Ridley : IScriptObject
};
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_RIPPER_HPP_
#define _DNAMP1_RIPPER_HPP_
#pragma once
#include "../../DNACommon/DNACommon.hpp"
#include "IScriptObject.hpp"
@@ -46,4 +45,3 @@ struct Ripper : IScriptObject
};
}
#endif

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
#ifndef _DNAMP1_SCRIPTTYPES_HPP_
#define _DNAMP1_SCRIPTTYPES_HPP_
#pragma once
#include "Actor.hpp"
#include "ActorContraption.hpp"
#include "ActorKeyframe.hpp"
@@ -139,4 +138,3 @@ struct ScriptObjectSpec
extern const std::vector<const struct ScriptObjectSpec*> SCRIPT_OBJECT_DB;
}
#endif

View File

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

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