Files
Shiip-of-Hakinian-Espanol/soh/assets/objects/object_horse/object_horse.h
2023-02-14 08:29:46 -05:00

332 lines
14 KiB
C

#pragma once
#define dgEponaSkel "__OTR__objects/object_horse/gEponaSkel"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaSkel[] = dgEponaSkel;
#else
static const char gEponaSkel[] __attribute__((aligned (2))) = dgEponaSkel;
#endif
#define dgEponaIdleAnim "__OTR__objects/object_horse/gEponaIdleAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaIdleAnim[] = dgEponaIdleAnim;
#else
static const char gEponaIdleAnim[] __attribute__((aligned (2))) = dgEponaIdleAnim;
#endif
#define dgEponaWhinnyAnim "__OTR__objects/object_horse/gEponaWhinnyAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaWhinnyAnim[] = dgEponaWhinnyAnim;
#else
static const char gEponaWhinnyAnim[] __attribute__((aligned (2))) = dgEponaWhinnyAnim;
#endif
#define dgEponaRefuseAnim "__OTR__objects/object_horse/gEponaRefuseAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaRefuseAnim[] = dgEponaRefuseAnim;
#else
static const char gEponaRefuseAnim[] __attribute__((aligned (2))) = dgEponaRefuseAnim;
#endif
#define dgEponaRearingAnim "__OTR__objects/object_horse/gEponaRearingAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaRearingAnim[] = dgEponaRearingAnim;
#else
static const char gEponaRearingAnim[] __attribute__((aligned (2))) = dgEponaRearingAnim;
#endif
#define dgEponaWalkingAnim "__OTR__objects/object_horse/gEponaWalkingAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaWalkingAnim[] = dgEponaWalkingAnim;
#else
static const char gEponaWalkingAnim[] __attribute__((aligned (2))) = dgEponaWalkingAnim;
#endif
#define dgEponaTrottingAnim "__OTR__objects/object_horse/gEponaTrottingAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaTrottingAnim[] = dgEponaTrottingAnim;
#else
static const char gEponaTrottingAnim[] __attribute__((aligned (2))) = dgEponaTrottingAnim;
#endif
#define dgEponaGallopingAnim "__OTR__objects/object_horse/gEponaGallopingAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaGallopingAnim[] = dgEponaGallopingAnim;
#else
static const char gEponaGallopingAnim[] __attribute__((aligned (2))) = dgEponaGallopingAnim;
#endif
#define dgEponaJumpingAnim "__OTR__objects/object_horse/gEponaJumpingAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaJumpingAnim[] = dgEponaJumpingAnim;
#else
static const char gEponaJumpingAnim[] __attribute__((aligned (2))) = dgEponaJumpingAnim;
#endif
#define dgEponaJumpingHighAnim "__OTR__objects/object_horse/gEponaJumpingHighAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaJumpingHighAnim[] = dgEponaJumpingHighAnim;
#else
static const char gEponaJumpingHighAnim[] __attribute__((aligned (2))) = dgEponaJumpingHighAnim;
#endif
#define dgEponaFeatheringTex "__OTR__objects/object_horse/gEponaFeatheringTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaFeatheringTex[] = dgEponaFeatheringTex;
#else
static const char gEponaFeatheringTex[] __attribute__((aligned (2))) = dgEponaFeatheringTex;
#endif
#define dgEponaHairTex "__OTR__objects/object_horse/gEponaHairTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaHairTex[] = dgEponaHairTex;
#else
static const char gEponaHairTex[] __attribute__((aligned (2))) = dgEponaHairTex;
#endif
#define dgEponaCrestTex "__OTR__objects/object_horse/gEponaCrestTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaCrestTex[] = dgEponaCrestTex;
#else
static const char gEponaCrestTex[] __attribute__((aligned (2))) = dgEponaCrestTex;
#endif
#define dgEponaManeTex "__OTR__objects/object_horse/gEponaManeTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaManeTex[] = dgEponaManeTex;
#else
static const char gEponaManeTex[] __attribute__((aligned (2))) = dgEponaManeTex;
#endif
#define dgEponaNostrilsTex "__OTR__objects/object_horse/gEponaNostrilsTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaNostrilsTex[] = dgEponaNostrilsTex;
#else
static const char gEponaNostrilsTex[] __attribute__((aligned (2))) = dgEponaNostrilsTex;
#endif
#define dgEponaForeheadTex "__OTR__objects/object_horse/gEponaForeheadTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaForeheadTex[] = dgEponaForeheadTex;
#else
static const char gEponaForeheadTex[] __attribute__((aligned (2))) = dgEponaForeheadTex;
#endif
#define dgEponaNeckTex "__OTR__objects/object_horse/gEponaNeckTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaNeckTex[] = dgEponaNeckTex;
#else
static const char gEponaNeckTex[] __attribute__((aligned (2))) = dgEponaNeckTex;
#endif
#define dgEponaChestTex "__OTR__objects/object_horse/gEponaChestTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaChestTex[] = dgEponaChestTex;
#else
static const char gEponaChestTex[] __attribute__((aligned (2))) = dgEponaChestTex;
#endif
#define dgEponaShoulderTex "__OTR__objects/object_horse/gEponaShoulderTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaShoulderTex[] = dgEponaShoulderTex;
#else
static const char gEponaShoulderTex[] __attribute__((aligned (2))) = dgEponaShoulderTex;
#endif
#define dgEponaThighTex "__OTR__objects/object_horse/gEponaThighTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaThighTex[] = dgEponaThighTex;
#else
static const char gEponaThighTex[] __attribute__((aligned (2))) = dgEponaThighTex;
#endif
#define dgEponaSaddleTex "__OTR__objects/object_horse/gEponaSaddleTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaSaddleTex[] = dgEponaSaddleTex;
#else
static const char gEponaSaddleTex[] __attribute__((aligned (2))) = dgEponaSaddleTex;
#endif
#define dgEponaSaddleFlapTex "__OTR__objects/object_horse/gEponaSaddleFlapTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaSaddleFlapTex[] = dgEponaSaddleFlapTex;
#else
static const char gEponaSaddleFlapTex[] __attribute__((aligned (2))) = dgEponaSaddleFlapTex;
#endif
#define dgEponaSaddleLipTex "__OTR__objects/object_horse/gEponaSaddleLipTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaSaddleLipTex[] = dgEponaSaddleLipTex;
#else
static const char gEponaSaddleLipTex[] __attribute__((aligned (2))) = dgEponaSaddleLipTex;
#endif
#define dgEponaSaddleGirthTex "__OTR__objects/object_horse/gEponaSaddleGirthTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaSaddleGirthTex[] = dgEponaSaddleGirthTex;
#else
static const char gEponaSaddleGirthTex[] __attribute__((aligned (2))) = dgEponaSaddleGirthTex;
#endif
#define dgEponaHorseshoeTex "__OTR__objects/object_horse/gEponaHorseshoeTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaHorseshoeTex[] = dgEponaHorseshoeTex;
#else
static const char gEponaHorseshoeTex[] __attribute__((aligned (2))) = dgEponaHorseshoeTex;
#endif
#define dgEponaEyeTLUT "__OTR__objects/object_horse/gEponaEyeTLUT"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaEyeTLUT[] = dgEponaEyeTLUT;
#else
static const char gEponaEyeTLUT[] __attribute__((aligned (2))) = dgEponaEyeTLUT;
#endif
#define dgEponaEyeOpenTex "__OTR__objects/object_horse/gEponaEyeOpenTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaEyeOpenTex[] = dgEponaEyeOpenTex;
#else
static const char gEponaEyeOpenTex[] __attribute__((aligned (2))) = dgEponaEyeOpenTex;
#endif
#define dgEponaEyeHalfTex "__OTR__objects/object_horse/gEponaEyeHalfTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaEyeHalfTex[] = dgEponaEyeHalfTex;
#else
static const char gEponaEyeHalfTex[] __attribute__((aligned (2))) = dgEponaEyeHalfTex;
#endif
#define dgEponaEyeClosedTex "__OTR__objects/object_horse/gEponaEyeClosedTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaEyeClosedTex[] = dgEponaEyeClosedTex;
#else
static const char gEponaEyeClosedTex[] __attribute__((aligned (2))) = dgEponaEyeClosedTex;
#endif
#define dgEponaUnusedWhiteCubeDL "__OTR__objects/object_horse/gEponaUnusedWhiteCubeDL"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaUnusedWhiteCubeDL[] = dgEponaUnusedWhiteCubeDL;
#else
static const char gEponaUnusedWhiteCubeDL[] __attribute__((aligned (2))) = dgEponaUnusedWhiteCubeDL;
#endif
#define dgEponaUnusedWhiteRectangle1DL "__OTR__objects/object_horse/gEponaUnusedWhiteRectangle1DL"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaUnusedWhiteRectangle1DL[] = dgEponaUnusedWhiteRectangle1DL;
#else
static const char gEponaUnusedWhiteRectangle1DL[] __attribute__((aligned (2))) = dgEponaUnusedWhiteRectangle1DL;
#endif
#define dgEponaUnusedWhiteRectangle2DL "__OTR__objects/object_horse/gEponaUnusedWhiteRectangle2DL"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaUnusedWhiteRectangle2DL[] = dgEponaUnusedWhiteRectangle2DL;
#else
static const char gEponaUnusedWhiteRectangle2DL[] __attribute__((aligned (2))) = dgEponaUnusedWhiteRectangle2DL;
#endif
#define dgEponaUnusedWhiteRectangle3DL "__OTR__objects/object_horse/gEponaUnusedWhiteRectangle3DL"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaUnusedWhiteRectangle3DL[] = dgEponaUnusedWhiteRectangle3DL;
#else
static const char gEponaUnusedWhiteRectangle3DL[] __attribute__((aligned (2))) = dgEponaUnusedWhiteRectangle3DL;
#endif
#define dgEponaUnusedWhiteRectangle4DL "__OTR__objects/object_horse/gEponaUnusedWhiteRectangle4DL"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaUnusedWhiteRectangle4DL[] = dgEponaUnusedWhiteRectangle4DL;
#else
static const char gEponaUnusedWhiteRectangle4DL[] __attribute__((aligned (2))) = dgEponaUnusedWhiteRectangle4DL;
#endif
#define dgEponaBlob_000000 "__OTR__objects/object_horse/gEponaBlob_000000"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaBlob_000000[] = dgEponaBlob_000000;
#else
static const char gEponaBlob_000000[] __attribute__((aligned (2))) = dgEponaBlob_000000;
#endif
#define dgEponaBlob_0007C0 "__OTR__objects/object_horse/gEponaBlob_0007C0"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaBlob_0007C0[] = dgEponaBlob_0007C0;
#else
static const char gEponaBlob_0007C0[] __attribute__((aligned (2))) = dgEponaBlob_0007C0;
#endif
#define dgEponaHeadLimbDL_00AC20 "__OTR__objects/object_horse/gEponaHeadLimbDL_00AC20"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaHeadLimbDL_00AC20[] = dgEponaHeadLimbDL_00AC20;
#else
static const char gEponaHeadLimbDL_00AC20[] __attribute__((aligned (2))) = dgEponaHeadLimbDL_00AC20;
#endif
#define dgEponaBodyLimbSkinLimbDL_00B7C0 "__OTR__objects/object_horse/gEponaBodyLimbSkinLimbDL_00B7C0"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaBodyLimbSkinLimbDL_00B7C0[] = dgEponaBodyLimbSkinLimbDL_00B7C0;
#else
static const char gEponaBodyLimbSkinLimbDL_00B7C0[] __attribute__((aligned (2))) = dgEponaBodyLimbSkinLimbDL_00B7C0;
#endif
#define dgEponaSaddleLimbDL_00B5E0 "__OTR__objects/object_horse/gEponaSaddleLimbDL_00B5E0"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaSaddleLimbDL_00B5E0[] = dgEponaSaddleLimbDL_00B5E0;
#else
static const char gEponaSaddleLimbDL_00B5E0[] __attribute__((aligned (2))) = dgEponaSaddleLimbDL_00B5E0;
#endif
#define dgEponaCannon1LimbDL_000BB0 "__OTR__objects/object_horse/gEponaCannon1LimbDL_000BB0"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaCannon1LimbDL_000BB0[] = dgEponaCannon1LimbDL_000BB0;
#else
static const char gEponaCannon1LimbDL_000BB0[] __attribute__((aligned (2))) = dgEponaCannon1LimbDL_000BB0;
#endif
#define dgEponaCannon2LimbDL_000FA0 "__OTR__objects/object_horse/gEponaCannon2LimbDL_000FA0"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaCannon2LimbDL_000FA0[] = dgEponaCannon2LimbDL_000FA0;
#else
static const char gEponaCannon2LimbDL_000FA0[] __attribute__((aligned (2))) = dgEponaCannon2LimbDL_000FA0;
#endif
#define dgEponaCannon3LimbDL_001370 "__OTR__objects/object_horse/gEponaCannon3LimbDL_001370"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaCannon3LimbDL_001370[] = dgEponaCannon3LimbDL_001370;
#else
static const char gEponaCannon3LimbDL_001370[] __attribute__((aligned (2))) = dgEponaCannon3LimbDL_001370;
#endif
#define dgEponaCannon4LimbDL_001740 "__OTR__objects/object_horse/gEponaCannon4LimbDL_001740"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaCannon4LimbDL_001740[] = dgEponaCannon4LimbDL_001740;
#else
static const char gEponaCannon4LimbDL_001740[] __attribute__((aligned (2))) = dgEponaCannon4LimbDL_001740;
#endif
#define dgEponaHoof1LimbDL_0009B0 "__OTR__objects/object_horse/gEponaHoof1LimbDL_0009B0"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaHoof1LimbDL_0009B0[] = dgEponaHoof1LimbDL_0009B0;
#else
static const char gEponaHoof1LimbDL_0009B0[] __attribute__((aligned (2))) = dgEponaHoof1LimbDL_0009B0;
#endif
#define dgEponaHoof2LimbDL_000DA0 "__OTR__objects/object_horse/gEponaHoof2LimbDL_000DA0"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaHoof2LimbDL_000DA0[] = dgEponaHoof2LimbDL_000DA0;
#else
static const char gEponaHoof2LimbDL_000DA0[] __attribute__((aligned (2))) = dgEponaHoof2LimbDL_000DA0;
#endif
#define dgEponaHoof3LimbDL_001170 "__OTR__objects/object_horse/gEponaHoof3LimbDL_001170"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaHoof3LimbDL_001170[] = dgEponaHoof3LimbDL_001170;
#else
static const char gEponaHoof3LimbDL_001170[] __attribute__((aligned (2))) = dgEponaHoof3LimbDL_001170;
#endif
#define dgEponaHoof4LimbDL_001540 "__OTR__objects/object_horse/gEponaHoof4LimbDL_001540"
#ifdef _WIN32
static const __declspec(align(2)) char gEponaHoof4LimbDL_001540[] = dgEponaHoof4LimbDL_001540;
#else
static const char gEponaHoof4LimbDL_001540[] __attribute__((aligned (2))) = dgEponaHoof4LimbDL_001540;
#endif