mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
382 lines
18 KiB
C
382 lines
18 KiB
C
|
#pragma once
|
||
|
#define dgPhantomHorseSkel "__OTR__objects/object_fhg/gPhantomHorseSkel"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkel[] = dgPhantomHorseSkel;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkel[] __attribute__((aligned (2))) = dgPhantomHorseSkel;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseRunningAnim "__OTR__objects/object_fhg/gPhantomHorseRunningAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseRunningAnim[] = dgPhantomHorseRunningAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseRunningAnim[] __attribute__((aligned (2))) = dgPhantomHorseRunningAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseAirAnim "__OTR__objects/object_fhg/gPhantomHorseAirAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseAirAnim[] = dgPhantomHorseAirAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseAirAnim[] __attribute__((aligned (2))) = dgPhantomHorseAirAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseLeapAnim "__OTR__objects/object_fhg/gPhantomHorseLeapAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseLeapAnim[] = dgPhantomHorseLeapAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseLeapAnim[] __attribute__((aligned (2))) = dgPhantomHorseLeapAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseLandAnim "__OTR__objects/object_fhg/gPhantomHorseLandAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseLandAnim[] = dgPhantomHorseLandAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseLandAnim[] __attribute__((aligned (2))) = dgPhantomHorseLandAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseRearingAnim "__OTR__objects/object_fhg/gPhantomHorseRearingAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseRearingAnim[] = dgPhantomHorseRearingAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseRearingAnim[] __attribute__((aligned (2))) = dgPhantomHorseRearingAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseIdleAnim "__OTR__objects/object_fhg/gPhantomHorseIdleAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseIdleAnim[] = dgPhantomHorseIdleAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseIdleAnim[] __attribute__((aligned (2))) = dgPhantomHorseIdleAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseUnusedRearingAnim "__OTR__objects/object_fhg/gPhantomHorseUnusedRearingAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseUnusedRearingAnim[] = dgPhantomHorseUnusedRearingAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseUnusedRearingAnim[] __attribute__((aligned (2))) = dgPhantomHorseUnusedRearingAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseStillAnim "__OTR__objects/object_fhg/gPhantomHorseStillAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseStillAnim[] = dgPhantomHorseStillAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseStillAnim[] __attribute__((aligned (2))) = dgPhantomHorseStillAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseFenceJumpAnim "__OTR__objects/object_fhg/gPhantomHorseFenceJumpAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseFenceJumpAnim[] = dgPhantomHorseFenceJumpAnim;
|
||
|
#else
|
||
|
static const char gPhantomHorseFenceJumpAnim[] __attribute__((aligned (2))) = dgPhantomHorseFenceJumpAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomGanonTitleCardTex "__OTR__objects/object_fhg/gPhantomGanonTitleCardTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomGanonTitleCardTex[] = dgPhantomGanonTitleCardTex;
|
||
|
#else
|
||
|
static const char gPhantomGanonTitleCardTex[] __attribute__((aligned (2))) = dgPhantomGanonTitleCardTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomWarpDL "__OTR__objects/object_fhg/gPhantomWarpDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomWarpDL[] = dgPhantomWarpDL;
|
||
|
#else
|
||
|
static const char gPhantomWarpDL[] __attribute__((aligned (2))) = dgPhantomWarpDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomLightningBlastDL "__OTR__objects/object_fhg/gPhantomLightningBlastDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomLightningBlastDL[] = dgPhantomLightningBlastDL;
|
||
|
#else
|
||
|
static const char gPhantomLightningBlastDL[] __attribute__((aligned (2))) = dgPhantomLightningBlastDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomLightningDL "__OTR__objects/object_fhg/gPhantomLightningDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomLightningDL[] = dgPhantomLightningDL;
|
||
|
#else
|
||
|
static const char gPhantomLightningDL[] __attribute__((aligned (2))) = dgPhantomLightningDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomEnergyBallDL "__OTR__objects/object_fhg/gPhantomEnergyBallDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomEnergyBallDL[] = dgPhantomEnergyBallDL;
|
||
|
#else
|
||
|
static const char gPhantomEnergyBallDL[] __attribute__((aligned (2))) = dgPhantomEnergyBallDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomUnkDL_FCA0 "__OTR__objects/object_fhg/gPhantomUnkDL_FCA0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomUnkDL_FCA0[] = dgPhantomUnkDL_FCA0;
|
||
|
#else
|
||
|
static const char gPhantomUnkDL_FCA0[] __attribute__((aligned (2))) = dgPhantomUnkDL_FCA0;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomUnkDL_10CA0 "__OTR__objects/object_fhg/gPhantomUnkDL_10CA0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomUnkDL_10CA0[] = dgPhantomUnkDL_10CA0;
|
||
|
#else
|
||
|
static const char gPhantomUnkDL_10CA0[] __attribute__((aligned (2))) = dgPhantomUnkDL_10CA0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_00D060 "__OTR__objects/object_fhg/object_fhgTex_00D060"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_00D060[] = dobject_fhgTex_00D060;
|
||
|
#else
|
||
|
static const char object_fhgTex_00D060[] __attribute__((aligned (2))) = dobject_fhgTex_00D060;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_00D040 "__OTR__objects/object_fhg/object_fhgTex_00D040"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_00D040[] = dobject_fhgTex_00D040;
|
||
|
#else
|
||
|
static const char object_fhgTex_00D040[] __attribute__((aligned (2))) = dobject_fhgTex_00D040;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_004CA0 "__OTR__objects/object_fhg/object_fhgTex_004CA0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_004CA0[] = dobject_fhgTex_004CA0;
|
||
|
#else
|
||
|
static const char object_fhgTex_004CA0[] __attribute__((aligned (2))) = dobject_fhgTex_004CA0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_003DA0 "__OTR__objects/object_fhg/object_fhgTex_003DA0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003DA0[] = dobject_fhgTex_003DA0;
|
||
|
#else
|
||
|
static const char object_fhgTex_003DA0[] __attribute__((aligned (2))) = dobject_fhgTex_003DA0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_003720 "__OTR__objects/object_fhg/object_fhgTex_003720"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003720[] = dobject_fhgTex_003720;
|
||
|
#else
|
||
|
static const char object_fhgTex_003720[] __attribute__((aligned (2))) = dobject_fhgTex_003720;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_003520 "__OTR__objects/object_fhg/object_fhgTex_003520"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003520[] = dobject_fhgTex_003520;
|
||
|
#else
|
||
|
static const char object_fhgTex_003520[] __attribute__((aligned (2))) = dobject_fhgTex_003520;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_003320 "__OTR__objects/object_fhg/object_fhgTex_003320"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003320[] = dobject_fhgTex_003320;
|
||
|
#else
|
||
|
static const char object_fhgTex_003320[] __attribute__((aligned (2))) = dobject_fhgTex_003320;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30[] = dgPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AD44DL_002098 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AD44DL_002098"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AD44DL_002098[] = dgPhantomHorseSkelLimbsLimb_00AD44DL_002098;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AD44DL_002098[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AD44DL_002098;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AD54DL_001F50 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AD54DL_001F50"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AD54DL_001F50[] = dgPhantomHorseSkelLimbsLimb_00AD54DL_001F50;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AD54DL_001F50[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AD54DL_001F50;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00ADC4DL_002710 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00ADC4DL_002710"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00ADC4DL_002710[] = dgPhantomHorseSkelLimbsLimb_00ADC4DL_002710;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00ADC4DL_002710[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00ADC4DL_002710;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00ADD4DL_0028C0 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00ADD4DL_0028C0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00ADD4DL_0028C0[] = dgPhantomHorseSkelLimbsLimb_00ADD4DL_0028C0;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00ADD4DL_0028C0[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00ADD4DL_0028C0;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00ADE4DL_002438 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00ADE4DL_002438"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00ADE4DL_002438[] = dgPhantomHorseSkelLimbsLimb_00ADE4DL_002438;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00ADE4DL_002438[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00ADE4DL_002438;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00ADF4DL_002510 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00ADF4DL_002510"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00ADF4DL_002510[] = dgPhantomHorseSkelLimbsLimb_00ADF4DL_002510;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00ADF4DL_002510[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00ADF4DL_002510;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AE64DL_002F98 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AE64DL_002F98"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AE64DL_002F98[] = dgPhantomHorseSkelLimbsLimb_00AE64DL_002F98;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AE64DL_002F98[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AE64DL_002F98;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AE74DL_002EE8 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AE74DL_002EE8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AE74DL_002EE8[] = dgPhantomHorseSkelLimbsLimb_00AE74DL_002EE8;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AE74DL_002EE8[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AE74DL_002EE8;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AE84DL_003098 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AE84DL_003098"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AE84DL_003098[] = dgPhantomHorseSkelLimbsLimb_00AE84DL_003098;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AE84DL_003098[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AE84DL_003098;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AE94DL_002DE8 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AE94DL_002DE8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AE94DL_002DE8[] = dgPhantomHorseSkelLimbsLimb_00AE94DL_002DE8;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AE94DL_002DE8[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AE94DL_002DE8;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AEA4DL_002970 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AEA4DL_002970"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AEA4DL_002970[] = dgPhantomHorseSkelLimbsLimb_00AEA4DL_002970;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AEA4DL_002970[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AEA4DL_002970;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AEB4DL_002C48 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AEB4DL_002C48"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AEB4DL_002C48[] = dgPhantomHorseSkelLimbsLimb_00AEB4DL_002C48;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AEB4DL_002C48[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AEB4DL_002C48;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AF24DL_002610 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AF24DL_002610"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AF24DL_002610[] = dgPhantomHorseSkelLimbsLimb_00AF24DL_002610;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AF24DL_002610[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AF24DL_002610;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AF34DL_002810 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AF34DL_002810"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AF34DL_002810[] = dgPhantomHorseSkelLimbsLimb_00AF34DL_002810;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AF34DL_002810[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AF34DL_002810;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AFA4DL_003220 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AFA4DL_003220"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AFA4DL_003220[] = dgPhantomHorseSkelLimbsLimb_00AFA4DL_003220;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AFA4DL_003220[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AFA4DL_003220;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00AFB4DL_003170 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00AFB4DL_003170"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gPhantomHorseSkelLimbsLimb_00AFB4DL_003170[] = dgPhantomHorseSkelLimbsLimb_00AFB4DL_003170;
|
||
|
#else
|
||
|
static const char gPhantomHorseSkelLimbsLimb_00AFB4DL_003170[] __attribute__((aligned (2))) = dgPhantomHorseSkelLimbsLimb_00AFB4DL_003170;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_00E8B0 "__OTR__objects/object_fhg/object_fhgTex_00E8B0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_00E8B0[] = dobject_fhgTex_00E8B0;
|
||
|
#else
|
||
|
static const char object_fhgTex_00E8B0[] __attribute__((aligned (2))) = dobject_fhgTex_00E8B0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_00F0B0 "__OTR__objects/object_fhg/object_fhgTex_00F0B0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_00F0B0[] = dobject_fhgTex_00F0B0;
|
||
|
#else
|
||
|
static const char object_fhgTex_00F0B0[] __attribute__((aligned (2))) = dobject_fhgTex_00F0B0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_00FD98 "__OTR__objects/object_fhg/object_fhgTex_00FD98"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_00FD98[] = dobject_fhgTex_00FD98;
|
||
|
#else
|
||
|
static const char object_fhgTex_00FD98[] __attribute__((aligned (2))) = dobject_fhgTex_00FD98;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_010660 "__OTR__objects/object_fhg/object_fhgTex_010660"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_010660[] = dobject_fhgTex_010660;
|
||
|
#else
|
||
|
static const char object_fhgTex_010660[] __attribute__((aligned (2))) = dobject_fhgTex_010660;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_011120 "__OTR__objects/object_fhg/object_fhgTex_011120"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_011120[] = dobject_fhgTex_011120;
|
||
|
#else
|
||
|
static const char object_fhgTex_011120[] __attribute__((aligned (2))) = dobject_fhgTex_011120;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_010D20 "__OTR__objects/object_fhg/object_fhgTex_010D20"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_010D20[] = dobject_fhgTex_010D20;
|
||
|
#else
|
||
|
static const char object_fhgTex_010D20[] __attribute__((aligned (2))) = dobject_fhgTex_010D20;
|
||
|
#endif
|
||
|
|
||
|
#define dgPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30 "__OTR__objects/object_fhg/gPhantomHorseSkelLimbsLimb_00ACC4SkinLimbDL_00CB30"
|
||
|
#define dobject_fhgTex_003BA0 "__OTR__objects/object_fhg/object_fhgTex_003BA0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003BA0[] = dobject_fhgTex_003BA0;
|
||
|
#else
|
||
|
static const char object_fhgTex_003BA0[] __attribute__((aligned (2))) = dobject_fhgTex_003BA0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_0043A0 "__OTR__objects/object_fhg/object_fhgTex_0043A0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_0043A0[] = dobject_fhgTex_0043A0;
|
||
|
#else
|
||
|
static const char object_fhgTex_0043A0[] __attribute__((aligned (2))) = dobject_fhgTex_0043A0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_003FA0 "__OTR__objects/object_fhg/object_fhgTex_003FA0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003FA0[] = dobject_fhgTex_003FA0;
|
||
|
#else
|
||
|
static const char object_fhgTex_003FA0[] __attribute__((aligned (2))) = dobject_fhgTex_003FA0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_004DA0 "__OTR__objects/object_fhg/object_fhgTex_004DA0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_004DA0[] = dobject_fhgTex_004DA0;
|
||
|
#else
|
||
|
static const char object_fhgTex_004DA0[] __attribute__((aligned (2))) = dobject_fhgTex_004DA0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_003920 "__OTR__objects/object_fhg/object_fhgTex_003920"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003920[] = dobject_fhgTex_003920;
|
||
|
#else
|
||
|
static const char object_fhgTex_003920[] __attribute__((aligned (2))) = dobject_fhgTex_003920;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_0044A0 "__OTR__objects/object_fhg/object_fhgTex_0044A0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_0044A0[] = dobject_fhgTex_0044A0;
|
||
|
#else
|
||
|
static const char object_fhgTex_0044A0[] __attribute__((aligned (2))) = dobject_fhgTex_0044A0;
|
||
|
#endif
|
||
|
|
||
|
#define dobject_fhgTex_003B20 "__OTR__objects/object_fhg/object_fhgTex_003B20"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char object_fhgTex_003B20[] = dobject_fhgTex_003B20;
|
||
|
#else
|
||
|
static const char object_fhgTex_003B20[] __attribute__((aligned (2))) = dobject_fhgTex_003B20;
|
||
|
#endif
|
||
|
|
||
|
|