Shipwright/soh/assets/objects/object_zo/object_zo.h
2023-02-14 08:29:46 -05:00

304 lines
12 KiB
C

#pragma once
#define dgZoraSkel "__OTR__objects/object_zo/gZoraSkel"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraSkel[] = dgZoraSkel;
#else
static const char gZoraSkel[] __attribute__((aligned (2))) = dgZoraSkel;
#endif
#define dgZoraPelvisDL "__OTR__objects/object_zo/gZoraPelvisDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraPelvisDL[] = dgZoraPelvisDL;
#else
static const char gZoraPelvisDL[] __attribute__((aligned (2))) = dgZoraPelvisDL;
#endif
#define dgZoraLeftThighsDL "__OTR__objects/object_zo/gZoraLeftThighsDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraLeftThighsDL[] = dgZoraLeftThighsDL;
#else
static const char gZoraLeftThighsDL[] __attribute__((aligned (2))) = dgZoraLeftThighsDL;
#endif
#define dgZoraLeftShinDL "__OTR__objects/object_zo/gZoraLeftShinDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraLeftShinDL[] = dgZoraLeftShinDL;
#else
static const char gZoraLeftShinDL[] __attribute__((aligned (2))) = dgZoraLeftShinDL;
#endif
#define dgZoraLeftFootDL "__OTR__objects/object_zo/gZoraLeftFootDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraLeftFootDL[] = dgZoraLeftFootDL;
#else
static const char gZoraLeftFootDL[] __attribute__((aligned (2))) = dgZoraLeftFootDL;
#endif
#define dgZoraRightThighsDL "__OTR__objects/object_zo/gZoraRightThighsDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRightThighsDL[] = dgZoraRightThighsDL;
#else
static const char gZoraRightThighsDL[] __attribute__((aligned (2))) = dgZoraRightThighsDL;
#endif
#define dgZoraRightShinDL "__OTR__objects/object_zo/gZoraRightShinDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRightShinDL[] = dgZoraRightShinDL;
#else
static const char gZoraRightShinDL[] __attribute__((aligned (2))) = dgZoraRightShinDL;
#endif
#define dgZoraRightFootDL "__OTR__objects/object_zo/gZoraRightFootDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRightFootDL[] = dgZoraRightFootDL;
#else
static const char gZoraRightFootDL[] __attribute__((aligned (2))) = dgZoraRightFootDL;
#endif
#define dgZoraTorsoDL "__OTR__objects/object_zo/gZoraTorsoDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraTorsoDL[] = dgZoraTorsoDL;
#else
static const char gZoraTorsoDL[] __attribute__((aligned (2))) = dgZoraTorsoDL;
#endif
#define dgZoraLeftArmDL "__OTR__objects/object_zo/gZoraLeftArmDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraLeftArmDL[] = dgZoraLeftArmDL;
#else
static const char gZoraLeftArmDL[] __attribute__((aligned (2))) = dgZoraLeftArmDL;
#endif
#define dgZoraLeftForearmDL "__OTR__objects/object_zo/gZoraLeftForearmDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraLeftForearmDL[] = dgZoraLeftForearmDL;
#else
static const char gZoraLeftForearmDL[] __attribute__((aligned (2))) = dgZoraLeftForearmDL;
#endif
#define dgZoraLeftHandDL "__OTR__objects/object_zo/gZoraLeftHandDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraLeftHandDL[] = dgZoraLeftHandDL;
#else
static const char gZoraLeftHandDL[] __attribute__((aligned (2))) = dgZoraLeftHandDL;
#endif
#define dgZoraRightArmDL "__OTR__objects/object_zo/gZoraRightArmDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRightArmDL[] = dgZoraRightArmDL;
#else
static const char gZoraRightArmDL[] __attribute__((aligned (2))) = dgZoraRightArmDL;
#endif
#define dgZoraRightForearmDL "__OTR__objects/object_zo/gZoraRightForearmDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRightForearmDL[] = dgZoraRightForearmDL;
#else
static const char gZoraRightForearmDL[] __attribute__((aligned (2))) = dgZoraRightForearmDL;
#endif
#define dgZoraRightHandDL "__OTR__objects/object_zo/gZoraRightHandDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRightHandDL[] = dgZoraRightHandDL;
#else
static const char gZoraRightHandDL[] __attribute__((aligned (2))) = dgZoraRightHandDL;
#endif
#define dgZoraHeadDL "__OTR__objects/object_zo/gZoraHeadDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHeadDL[] = dgZoraHeadDL;
#else
static const char gZoraHeadDL[] __attribute__((aligned (2))) = dgZoraHeadDL;
#endif
#define dgZoraHeadTail1DL "__OTR__objects/object_zo/gZoraHeadTail1DL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHeadTail1DL[] = dgZoraHeadTail1DL;
#else
static const char gZoraHeadTail1DL[] __attribute__((aligned (2))) = dgZoraHeadTail1DL;
#endif
#define dgZoraHeadTail2DL "__OTR__objects/object_zo/gZoraHeadTail2DL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHeadTail2DL[] = dgZoraHeadTail2DL;
#else
static const char gZoraHeadTail2DL[] __attribute__((aligned (2))) = dgZoraHeadTail2DL;
#endif
#define dgZoraHeadTail3DL "__OTR__objects/object_zo/gZoraHeadTail3DL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHeadTail3DL[] = dgZoraHeadTail3DL;
#else
static const char gZoraHeadTail3DL[] __attribute__((aligned (2))) = dgZoraHeadTail3DL;
#endif
#define dgZoraHeadTailFinDL "__OTR__objects/object_zo/gZoraHeadTailFinDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHeadTailFinDL[] = dgZoraHeadTailFinDL;
#else
static const char gZoraHeadTailFinDL[] __attribute__((aligned (2))) = dgZoraHeadTailFinDL;
#endif
#define dgZoraIdleAnim "__OTR__objects/object_zo/gZoraIdleAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraIdleAnim[] = dgZoraIdleAnim;
#else
static const char gZoraIdleAnim[] __attribute__((aligned (2))) = dgZoraIdleAnim;
#endif
#define dgZoraSurfaceAnim "__OTR__objects/object_zo/gZoraSurfaceAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraSurfaceAnim[] = dgZoraSurfaceAnim;
#else
static const char gZoraSurfaceAnim[] __attribute__((aligned (2))) = dgZoraSurfaceAnim;
#endif
#define dgZoraThrowRupeesAnim "__OTR__objects/object_zo/gZoraThrowRupeesAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraThrowRupeesAnim[] = dgZoraThrowRupeesAnim;
#else
static const char gZoraThrowRupeesAnim[] __attribute__((aligned (2))) = dgZoraThrowRupeesAnim;
#endif
#define dgZoraHandsOnHipsTappingFootAnim "__OTR__objects/object_zo/gZoraHandsOnHipsTappingFootAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHandsOnHipsTappingFootAnim[] = dgZoraHandsOnHipsTappingFootAnim;
#else
static const char gZoraHandsOnHipsTappingFootAnim[] __attribute__((aligned (2))) = dgZoraHandsOnHipsTappingFootAnim;
#endif
#define dgZoraOpenArmsAnim "__OTR__objects/object_zo/gZoraOpenArmsAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraOpenArmsAnim[] = dgZoraOpenArmsAnim;
#else
static const char gZoraOpenArmsAnim[] __attribute__((aligned (2))) = dgZoraOpenArmsAnim;
#endif
#define dgZoraEyeOpenTex "__OTR__objects/object_zo/gZoraEyeOpenTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraEyeOpenTex[] = dgZoraEyeOpenTex;
#else
static const char gZoraEyeOpenTex[] __attribute__((aligned (2))) = dgZoraEyeOpenTex;
#endif
#define dgZoraEyeHalfTex "__OTR__objects/object_zo/gZoraEyeHalfTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraEyeHalfTex[] = dgZoraEyeHalfTex;
#else
static const char gZoraEyeHalfTex[] __attribute__((aligned (2))) = dgZoraEyeHalfTex;
#endif
#define dgZoraEyeClosedTex "__OTR__objects/object_zo/gZoraEyeClosedTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraEyeClosedTex[] = dgZoraEyeClosedTex;
#else
static const char gZoraEyeClosedTex[] __attribute__((aligned (2))) = dgZoraEyeClosedTex;
#endif
#define dgZoraMouthTex "__OTR__objects/object_zo/gZoraMouthTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraMouthTex[] = dgZoraMouthTex;
#else
static const char gZoraMouthTex[] __attribute__((aligned (2))) = dgZoraMouthTex;
#endif
#define dgZoraHeadTailTex "__OTR__objects/object_zo/gZoraHeadTailTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHeadTailTex[] = dgZoraHeadTailTex;
#else
static const char gZoraHeadTailTex[] __attribute__((aligned (2))) = dgZoraHeadTailTex;
#endif
#define dgZoraHandTex "__OTR__objects/object_zo/gZoraHandTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHandTex[] = dgZoraHandTex;
#else
static const char gZoraHandTex[] __attribute__((aligned (2))) = dgZoraHandTex;
#endif
#define dgZoraKneeTex "__OTR__objects/object_zo/gZoraKneeTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraKneeTex[] = dgZoraKneeTex;
#else
static const char gZoraKneeTex[] __attribute__((aligned (2))) = dgZoraKneeTex;
#endif
#define dgZoraHeadTex "__OTR__objects/object_zo/gZoraHeadTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraHeadTex[] = dgZoraHeadTex;
#else
static const char gZoraHeadTex[] __attribute__((aligned (2))) = dgZoraHeadTex;
#endif
#define dgZoraFinTex "__OTR__objects/object_zo/gZoraFinTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraFinTex[] = dgZoraFinTex;
#else
static const char gZoraFinTex[] __attribute__((aligned (2))) = dgZoraFinTex;
#endif
#define dgZoraTLUT "__OTR__objects/object_zo/gZoraTLUT"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraTLUT[] = dgZoraTLUT;
#else
static const char gZoraTLUT[] __attribute__((aligned (2))) = dgZoraTLUT;
#endif
#define dgZoraBubblesTex "__OTR__objects/object_zo/gZoraBubblesTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraBubblesTex[] = dgZoraBubblesTex;
#else
static const char gZoraBubblesTex[] __attribute__((aligned (2))) = dgZoraBubblesTex;
#endif
#define dgZoraBubblesMaterialDL "__OTR__objects/object_zo/gZoraBubblesMaterialDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraBubblesMaterialDL[] = dgZoraBubblesMaterialDL;
#else
static const char gZoraBubblesMaterialDL[] __attribute__((aligned (2))) = dgZoraBubblesMaterialDL;
#endif
#define dgZoraBubblesModelDL "__OTR__objects/object_zo/gZoraBubblesModelDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraBubblesModelDL[] = dgZoraBubblesModelDL;
#else
static const char gZoraBubblesModelDL[] __attribute__((aligned (2))) = dgZoraBubblesModelDL;
#endif
#define dgZoraSplashesTex "__OTR__objects/object_zo/gZoraSplashesTex"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraSplashesTex[] = dgZoraSplashesTex;
#else
static const char gZoraSplashesTex[] __attribute__((aligned (2))) = dgZoraSplashesTex;
#endif
#define dgZoraSplashesMaterialDL "__OTR__objects/object_zo/gZoraSplashesMaterialDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraSplashesMaterialDL[] = dgZoraSplashesMaterialDL;
#else
static const char gZoraSplashesMaterialDL[] __attribute__((aligned (2))) = dgZoraSplashesMaterialDL;
#endif
#define dgZoraSplashesModelDL "__OTR__objects/object_zo/gZoraSplashesModelDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraSplashesModelDL[] = dgZoraSplashesModelDL;
#else
static const char gZoraSplashesModelDL[] __attribute__((aligned (2))) = dgZoraSplashesModelDL;
#endif
#define dgZoraRipplesMaterialDL "__OTR__objects/object_zo/gZoraRipplesMaterialDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRipplesMaterialDL[] = dgZoraRipplesMaterialDL;
#else
static const char gZoraRipplesMaterialDL[] __attribute__((aligned (2))) = dgZoraRipplesMaterialDL;
#endif
#define dgZoraRipplesModelDL "__OTR__objects/object_zo/gZoraRipplesModelDL"
#ifdef _WIN32
static const __declspec(align(2)) char gZoraRipplesModelDL[] = dgZoraRipplesModelDL;
#else
static const char gZoraRipplesModelDL[] __attribute__((aligned (2))) = dgZoraRipplesModelDL;
#endif