Shipwright/soh/assets/objects/object_bl/object_bl.h

122 lines
4.7 KiB
C

#pragma once
#define dgBiriDischargeLightningAnim "__OTR__objects/object_bl/gBiriDischargeLightningAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriDischargeLightningAnim[] = dgBiriDischargeLightningAnim;
#else
static const char gBiriDischargeLightningAnim[] __attribute__((aligned (2))) = dgBiriDischargeLightningAnim;
#endif
#define dgBiriClimbAnim "__OTR__objects/object_bl/gBiriClimbAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriClimbAnim[] = dgBiriClimbAnim;
#else
static const char gBiriClimbAnim[] __attribute__((aligned (2))) = dgBiriClimbAnim;
#endif
#define dgBiriDefaultAnim "__OTR__objects/object_bl/gBiriDefaultAnim"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriDefaultAnim[] = dgBiriDefaultAnim;
#else
static const char gBiriDefaultAnim[] __attribute__((aligned (2))) = dgBiriDefaultAnim;
#endif
#define dgBiriTentaclesDL "__OTR__objects/object_bl/gBiriTentaclesDL"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentaclesDL[] = dgBiriTentaclesDL;
#else
static const char gBiriTentaclesDL[] __attribute__((aligned (2))) = dgBiriTentaclesDL;
#endif
#define dgBiriInnerHoodDL "__OTR__objects/object_bl/gBiriInnerHoodDL"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriInnerHoodDL[] = dgBiriInnerHoodDL;
#else
static const char gBiriInnerHoodDL[] __attribute__((aligned (2))) = dgBiriInnerHoodDL;
#endif
#define dgBiriOuterHoodDL "__OTR__objects/object_bl/gBiriOuterHoodDL"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriOuterHoodDL[] = dgBiriOuterHoodDL;
#else
static const char gBiriOuterHoodDL[] __attribute__((aligned (2))) = dgBiriOuterHoodDL;
#endif
#define dgBiriOuterHoodTex "__OTR__objects/object_bl/gBiriOuterHoodTex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriOuterHoodTex[] = dgBiriOuterHoodTex;
#else
static const char gBiriOuterHoodTex[] __attribute__((aligned (2))) = dgBiriOuterHoodTex;
#endif
#define dgBiriTentacles0Tex "__OTR__objects/object_bl/gBiriTentacles0Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles0Tex[] = dgBiriTentacles0Tex;
#else
static const char gBiriTentacles0Tex[] __attribute__((aligned (2))) = dgBiriTentacles0Tex;
#endif
#define dgBiriTentacles1Tex "__OTR__objects/object_bl/gBiriTentacles1Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles1Tex[] = dgBiriTentacles1Tex;
#else
static const char gBiriTentacles1Tex[] __attribute__((aligned (2))) = dgBiriTentacles1Tex;
#endif
#define dgBiriTentacles2Tex "__OTR__objects/object_bl/gBiriTentacles2Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles2Tex[] = dgBiriTentacles2Tex;
#else
static const char gBiriTentacles2Tex[] __attribute__((aligned (2))) = dgBiriTentacles2Tex;
#endif
#define dgBiriTentacles3Tex "__OTR__objects/object_bl/gBiriTentacles3Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles3Tex[] = dgBiriTentacles3Tex;
#else
static const char gBiriTentacles3Tex[] __attribute__((aligned (2))) = dgBiriTentacles3Tex;
#endif
#define dgBiriTentacles4Tex "__OTR__objects/object_bl/gBiriTentacles4Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles4Tex[] = dgBiriTentacles4Tex;
#else
static const char gBiriTentacles4Tex[] __attribute__((aligned (2))) = dgBiriTentacles4Tex;
#endif
#define dgBiriTentacles5Tex "__OTR__objects/object_bl/gBiriTentacles5Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles5Tex[] = dgBiriTentacles5Tex;
#else
static const char gBiriTentacles5Tex[] __attribute__((aligned (2))) = dgBiriTentacles5Tex;
#endif
#define dgBiriTentacles6Tex "__OTR__objects/object_bl/gBiriTentacles6Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles6Tex[] = dgBiriTentacles6Tex;
#else
static const char gBiriTentacles6Tex[] __attribute__((aligned (2))) = dgBiriTentacles6Tex;
#endif
#define dgBiriTentacles7Tex "__OTR__objects/object_bl/gBiriTentacles7Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriTentacles7Tex[] = dgBiriTentacles7Tex;
#else
static const char gBiriTentacles7Tex[] __attribute__((aligned (2))) = dgBiriTentacles7Tex;
#endif
#define dgBiriInnerHoodTex "__OTR__objects/object_bl/gBiriInnerHoodTex"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriInnerHoodTex[] = dgBiriInnerHoodTex;
#else
static const char gBiriInnerHoodTex[] __attribute__((aligned (2))) = dgBiriInnerHoodTex;
#endif
#define dgBiriSkel "__OTR__objects/object_bl/gBiriSkel"
#ifdef _WIN32
static const __declspec(align(2)) char gBiriSkel[] = dgBiriSkel;
#else
static const char gBiriSkel[] __attribute__((aligned (2))) = dgBiriSkel;
#endif