mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
332 lines
14 KiB
C
332 lines
14 KiB
C
|
#pragma once
|
||
|
#define dgMalonAdultClothesTLUT "__OTR__objects/object_ma2/gMalonAdultClothesTLUT"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultClothesTLUT[] = dgMalonAdultClothesTLUT;
|
||
|
#else
|
||
|
static const char gMalonAdultClothesTLUT[] __attribute__((aligned (2))) = dgMalonAdultClothesTLUT;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultFingersTex "__OTR__objects/object_ma2/gMalonAdultFingersTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultFingersTex[] = dgMalonAdultFingersTex;
|
||
|
#else
|
||
|
static const char gMalonAdultFingersTex[] __attribute__((aligned (2))) = dgMalonAdultFingersTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultShirtTex "__OTR__objects/object_ma2/gMalonAdultShirtTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultShirtTex[] = dgMalonAdultShirtTex;
|
||
|
#else
|
||
|
static const char gMalonAdultShirtTex[] __attribute__((aligned (2))) = dgMalonAdultShirtTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultShirtCuffTex "__OTR__objects/object_ma2/gMalonAdultShirtCuffTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultShirtCuffTex[] = dgMalonAdultShirtCuffTex;
|
||
|
#else
|
||
|
static const char gMalonAdultShirtCuffTex[] __attribute__((aligned (2))) = dgMalonAdultShirtCuffTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultScarfTex "__OTR__objects/object_ma2/gMalonAdultScarfTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultScarfTex[] = dgMalonAdultScarfTex;
|
||
|
#else
|
||
|
static const char gMalonAdultScarfTex[] __attribute__((aligned (2))) = dgMalonAdultScarfTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonBowserTex "__OTR__objects/object_ma2/gMalonBowserTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonBowserTex[] = dgMalonBowserTex;
|
||
|
#else
|
||
|
static const char gMalonBowserTex[] __attribute__((aligned (2))) = dgMalonBowserTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultMiddleDressTex "__OTR__objects/object_ma2/gMalonAdultMiddleDressTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultMiddleDressTex[] = dgMalonAdultMiddleDressTex;
|
||
|
#else
|
||
|
static const char gMalonAdultMiddleDressTex[] __attribute__((aligned (2))) = dgMalonAdultMiddleDressTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultFrontDressTex "__OTR__objects/object_ma2/gMalonAdultFrontDressTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultFrontDressTex[] = dgMalonAdultFrontDressTex;
|
||
|
#else
|
||
|
static const char gMalonAdultFrontDressTex[] __attribute__((aligned (2))) = dgMalonAdultFrontDressTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultDressPatternTex "__OTR__objects/object_ma2/gMalonAdultDressPatternTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultDressPatternTex[] = dgMalonAdultDressPatternTex;
|
||
|
#else
|
||
|
static const char gMalonAdultDressPatternTex[] __attribute__((aligned (2))) = dgMalonAdultDressPatternTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultBootTex "__OTR__objects/object_ma2/gMalonAdultBootTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultBootTex[] = dgMalonAdultBootTex;
|
||
|
#else
|
||
|
static const char gMalonAdultBootTex[] __attribute__((aligned (2))) = dgMalonAdultBootTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultBeltTex "__OTR__objects/object_ma2/gMalonAdultBeltTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultBeltTex[] = dgMalonAdultBeltTex;
|
||
|
#else
|
||
|
static const char gMalonAdultBeltTex[] __attribute__((aligned (2))) = dgMalonAdultBeltTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultHairTLUT "__OTR__objects/object_ma2/gMalonAdultHairTLUT"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultHairTLUT[] = dgMalonAdultHairTLUT;
|
||
|
#else
|
||
|
static const char gMalonAdultHairTLUT[] __attribute__((aligned (2))) = dgMalonAdultHairTLUT;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultGradientTex "__OTR__objects/object_ma2/gMalonAdultGradientTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultGradientTex[] = dgMalonAdultGradientTex;
|
||
|
#else
|
||
|
static const char gMalonAdultGradientTex[] __attribute__((aligned (2))) = dgMalonAdultGradientTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultNoseTex "__OTR__objects/object_ma2/gMalonAdultNoseTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultNoseTex[] = dgMalonAdultNoseTex;
|
||
|
#else
|
||
|
static const char gMalonAdultNoseTex[] __attribute__((aligned (2))) = dgMalonAdultNoseTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultEarTex "__OTR__objects/object_ma2/gMalonAdultEarTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultEarTex[] = dgMalonAdultEarTex;
|
||
|
#else
|
||
|
static const char gMalonAdultEarTex[] __attribute__((aligned (2))) = dgMalonAdultEarTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultHairTex "__OTR__objects/object_ma2/gMalonAdultHairTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultHairTex[] = dgMalonAdultHairTex;
|
||
|
#else
|
||
|
static const char gMalonAdultHairTex[] __attribute__((aligned (2))) = dgMalonAdultHairTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultFaceTLUT "__OTR__objects/object_ma2/gMalonAdultFaceTLUT"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultFaceTLUT[] = dgMalonAdultFaceTLUT;
|
||
|
#else
|
||
|
static const char gMalonAdultFaceTLUT[] __attribute__((aligned (2))) = dgMalonAdultFaceTLUT;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultEyeOpenTex "__OTR__objects/object_ma2/gMalonAdultEyeOpenTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultEyeOpenTex[] = dgMalonAdultEyeOpenTex;
|
||
|
#else
|
||
|
static const char gMalonAdultEyeOpenTex[] __attribute__((aligned (2))) = dgMalonAdultEyeOpenTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultEyeHalfTex "__OTR__objects/object_ma2/gMalonAdultEyeHalfTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultEyeHalfTex[] = dgMalonAdultEyeHalfTex;
|
||
|
#else
|
||
|
static const char gMalonAdultEyeHalfTex[] __attribute__((aligned (2))) = dgMalonAdultEyeHalfTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultEyeClosedTex "__OTR__objects/object_ma2/gMalonAdultEyeClosedTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultEyeClosedTex[] = dgMalonAdultEyeClosedTex;
|
||
|
#else
|
||
|
static const char gMalonAdultEyeClosedTex[] __attribute__((aligned (2))) = dgMalonAdultEyeClosedTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultBasketTex "__OTR__objects/object_ma2/gMalonAdultBasketTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultBasketTex[] = dgMalonAdultBasketTex;
|
||
|
#else
|
||
|
static const char gMalonAdultBasketTex[] __attribute__((aligned (2))) = dgMalonAdultBasketTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultBasketInsideTex "__OTR__objects/object_ma2/gMalonAdultBasketInsideTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultBasketInsideTex[] = dgMalonAdultBasketInsideTex;
|
||
|
#else
|
||
|
static const char gMalonAdultBasketInsideTex[] __attribute__((aligned (2))) = dgMalonAdultBasketInsideTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultMouthNeutralTex "__OTR__objects/object_ma2/gMalonAdultMouthNeutralTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultMouthNeutralTex[] = dgMalonAdultMouthNeutralTex;
|
||
|
#else
|
||
|
static const char gMalonAdultMouthNeutralTex[] __attribute__((aligned (2))) = dgMalonAdultMouthNeutralTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultMouthSadTex "__OTR__objects/object_ma2/gMalonAdultMouthSadTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultMouthSadTex[] = dgMalonAdultMouthSadTex;
|
||
|
#else
|
||
|
static const char gMalonAdultMouthSadTex[] __attribute__((aligned (2))) = dgMalonAdultMouthSadTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultMouthHappyTex "__OTR__objects/object_ma2/gMalonAdultMouthHappyTex"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultMouthHappyTex[] = dgMalonAdultMouthHappyTex;
|
||
|
#else
|
||
|
static const char gMalonAdultMouthHappyTex[] __attribute__((aligned (2))) = dgMalonAdultMouthHappyTex;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultHeadDL "__OTR__objects/object_ma2/gMalonAdultHeadDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultHeadDL[] = dgMalonAdultHeadDL;
|
||
|
#else
|
||
|
static const char gMalonAdultHeadDL[] __attribute__((aligned (2))) = dgMalonAdultHeadDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultBasketDL "__OTR__objects/object_ma2/gMalonAdultBasketDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultBasketDL[] = dgMalonAdultBasketDL;
|
||
|
#else
|
||
|
static const char gMalonAdultBasketDL[] __attribute__((aligned (2))) = dgMalonAdultBasketDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultChestAndNeckDL "__OTR__objects/object_ma2/gMalonAdultChestAndNeckDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultChestAndNeckDL[] = dgMalonAdultChestAndNeckDL;
|
||
|
#else
|
||
|
static const char gMalonAdultChestAndNeckDL[] __attribute__((aligned (2))) = dgMalonAdultChestAndNeckDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultRightShoulderDL "__OTR__objects/object_ma2/gMalonAdultRightShoulderDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultRightShoulderDL[] = dgMalonAdultRightShoulderDL;
|
||
|
#else
|
||
|
static const char gMalonAdultRightShoulderDL[] __attribute__((aligned (2))) = dgMalonAdultRightShoulderDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultRightArmDL "__OTR__objects/object_ma2/gMalonAdultRightArmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultRightArmDL[] = dgMalonAdultRightArmDL;
|
||
|
#else
|
||
|
static const char gMalonAdultRightArmDL[] __attribute__((aligned (2))) = dgMalonAdultRightArmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultRightHandDL "__OTR__objects/object_ma2/gMalonAdultRightHandDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultRightHandDL[] = dgMalonAdultRightHandDL;
|
||
|
#else
|
||
|
static const char gMalonAdultRightHandDL[] __attribute__((aligned (2))) = dgMalonAdultRightHandDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultLeftShoulderDL "__OTR__objects/object_ma2/gMalonAdultLeftShoulderDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultLeftShoulderDL[] = dgMalonAdultLeftShoulderDL;
|
||
|
#else
|
||
|
static const char gMalonAdultLeftShoulderDL[] __attribute__((aligned (2))) = dgMalonAdultLeftShoulderDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultLeftArmDL "__OTR__objects/object_ma2/gMalonAdultLeftArmDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultLeftArmDL[] = dgMalonAdultLeftArmDL;
|
||
|
#else
|
||
|
static const char gMalonAdultLeftArmDL[] __attribute__((aligned (2))) = dgMalonAdultLeftArmDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultLeftHandDL "__OTR__objects/object_ma2/gMalonAdultLeftHandDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultLeftHandDL[] = dgMalonAdultLeftHandDL;
|
||
|
#else
|
||
|
static const char gMalonAdultLeftHandDL[] __attribute__((aligned (2))) = dgMalonAdultLeftHandDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultDressDL "__OTR__objects/object_ma2/gMalonAdultDressDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultDressDL[] = dgMalonAdultDressDL;
|
||
|
#else
|
||
|
static const char gMalonAdultDressDL[] __attribute__((aligned (2))) = dgMalonAdultDressDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultTorsoDL "__OTR__objects/object_ma2/gMalonAdultTorsoDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultTorsoDL[] = dgMalonAdultTorsoDL;
|
||
|
#else
|
||
|
static const char gMalonAdultTorsoDL[] __attribute__((aligned (2))) = dgMalonAdultTorsoDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultRightThighDL "__OTR__objects/object_ma2/gMalonAdultRightThighDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultRightThighDL[] = dgMalonAdultRightThighDL;
|
||
|
#else
|
||
|
static const char gMalonAdultRightThighDL[] __attribute__((aligned (2))) = dgMalonAdultRightThighDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultRightLegDL "__OTR__objects/object_ma2/gMalonAdultRightLegDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultRightLegDL[] = dgMalonAdultRightLegDL;
|
||
|
#else
|
||
|
static const char gMalonAdultRightLegDL[] __attribute__((aligned (2))) = dgMalonAdultRightLegDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultRightFootDL "__OTR__objects/object_ma2/gMalonAdultRightFootDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultRightFootDL[] = dgMalonAdultRightFootDL;
|
||
|
#else
|
||
|
static const char gMalonAdultRightFootDL[] __attribute__((aligned (2))) = dgMalonAdultRightFootDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultLeftThighDL "__OTR__objects/object_ma2/gMalonAdultLeftThighDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultLeftThighDL[] = dgMalonAdultLeftThighDL;
|
||
|
#else
|
||
|
static const char gMalonAdultLeftThighDL[] __attribute__((aligned (2))) = dgMalonAdultLeftThighDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultLeftLegDL "__OTR__objects/object_ma2/gMalonAdultLeftLegDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultLeftLegDL[] = dgMalonAdultLeftLegDL;
|
||
|
#else
|
||
|
static const char gMalonAdultLeftLegDL[] __attribute__((aligned (2))) = dgMalonAdultLeftLegDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultLeftFootDL "__OTR__objects/object_ma2/gMalonAdultLeftFootDL"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultLeftFootDL[] = dgMalonAdultLeftFootDL;
|
||
|
#else
|
||
|
static const char gMalonAdultLeftFootDL[] __attribute__((aligned (2))) = dgMalonAdultLeftFootDL;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultSkel "__OTR__objects/object_ma2/gMalonAdultSkel"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultSkel[] = dgMalonAdultSkel;
|
||
|
#else
|
||
|
static const char gMalonAdultSkel[] __attribute__((aligned (2))) = dgMalonAdultSkel;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultIdleAnim "__OTR__objects/object_ma2/gMalonAdultIdleAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultIdleAnim[] = dgMalonAdultIdleAnim;
|
||
|
#else
|
||
|
static const char gMalonAdultIdleAnim[] __attribute__((aligned (2))) = dgMalonAdultIdleAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultSingToIdleAnim "__OTR__objects/object_ma2/gMalonAdultSingToIdleAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultSingToIdleAnim[] = dgMalonAdultSingToIdleAnim;
|
||
|
#else
|
||
|
static const char gMalonAdultSingToIdleAnim[] __attribute__((aligned (2))) = dgMalonAdultSingToIdleAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultStandStillAnim "__OTR__objects/object_ma2/gMalonAdultStandStillAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultStandStillAnim[] = dgMalonAdultStandStillAnim;
|
||
|
#else
|
||
|
static const char gMalonAdultStandStillAnim[] __attribute__((aligned (2))) = dgMalonAdultStandStillAnim;
|
||
|
#endif
|
||
|
|
||
|
#define dgMalonAdultSingAnim "__OTR__objects/object_ma2/gMalonAdultSingAnim"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char gMalonAdultSingAnim[] = dgMalonAdultSingAnim;
|
||
|
#else
|
||
|
static const char gMalonAdultSingAnim[] __attribute__((aligned (2))) = dgMalonAdultSingAnim;
|
||
|
#endif
|
||
|
|
||
|
|