Shipwright/soh/assets/textures/parameter_static/parameter_static.h

395 lines
16 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
#define dgHeartEmptyTex "__OTR__textures/parameter_static/gHeartEmptyTex"
#ifdef _WIN32
static const __declspec(align(2)) char gHeartEmptyTex[] = dgHeartEmptyTex;
#else
static const char gHeartEmptyTex[] __attribute__((aligned (2))) = dgHeartEmptyTex;
#endif
#define dgHeartQuarterTex "__OTR__textures/parameter_static/gHeartQuarterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gHeartQuarterTex[] = dgHeartQuarterTex;
#else
static const char gHeartQuarterTex[] __attribute__((aligned (2))) = dgHeartQuarterTex;
#endif
#define dgHeartHalfTex "__OTR__textures/parameter_static/gHeartHalfTex"
#ifdef _WIN32
static const __declspec(align(2)) char gHeartHalfTex[] = dgHeartHalfTex;
#else
static const char gHeartHalfTex[] __attribute__((aligned (2))) = dgHeartHalfTex;
#endif
#define dgHeartThreeQuarterTex "__OTR__textures/parameter_static/gHeartThreeQuarterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gHeartThreeQuarterTex[] = dgHeartThreeQuarterTex;
#else
static const char gHeartThreeQuarterTex[] __attribute__((aligned (2))) = dgHeartThreeQuarterTex;
#endif
#define dgHeartFullTex "__OTR__textures/parameter_static/gHeartFullTex"
#ifdef _WIN32
static const __declspec(align(2)) char gHeartFullTex[] = dgHeartFullTex;
#else
static const char gHeartFullTex[] __attribute__((aligned (2))) = dgHeartFullTex;
#endif
#define dgDefenseHeartEmptyTex "__OTR__textures/parameter_static/gDefenseHeartEmptyTex"
#ifdef _WIN32
static const __declspec(align(2)) char gDefenseHeartEmptyTex[] = dgDefenseHeartEmptyTex;
#else
static const char gDefenseHeartEmptyTex[] __attribute__((aligned (2))) = dgDefenseHeartEmptyTex;
#endif
#define dgDefenseHeartQuarterTex "__OTR__textures/parameter_static/gDefenseHeartQuarterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gDefenseHeartQuarterTex[] = dgDefenseHeartQuarterTex;
#else
static const char gDefenseHeartQuarterTex[] __attribute__((aligned (2))) = dgDefenseHeartQuarterTex;
#endif
#define dgDefenseHeartHalfTex "__OTR__textures/parameter_static/gDefenseHeartHalfTex"
#ifdef _WIN32
static const __declspec(align(2)) char gDefenseHeartHalfTex[] = dgDefenseHeartHalfTex;
#else
static const char gDefenseHeartHalfTex[] __attribute__((aligned (2))) = dgDefenseHeartHalfTex;
#endif
#define dgDefenseHeartThreeQuarterTex "__OTR__textures/parameter_static/gDefenseHeartThreeQuarterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gDefenseHeartThreeQuarterTex[] = dgDefenseHeartThreeQuarterTex;
#else
static const char gDefenseHeartThreeQuarterTex[] __attribute__((aligned (2))) = dgDefenseHeartThreeQuarterTex;
#endif
#define dgDefenseHeartFullTex "__OTR__textures/parameter_static/gDefenseHeartFullTex"
#ifdef _WIN32
static const __declspec(align(2)) char gDefenseHeartFullTex[] = dgDefenseHeartFullTex;
#else
static const char gDefenseHeartFullTex[] __attribute__((aligned (2))) = dgDefenseHeartFullTex;
#endif
#define dgButtonBackgroundTex "__OTR__textures/parameter_static/gButtonBackgroundTex"
#ifdef _WIN32
static const __declspec(align(2)) char gButtonBackgroundTex[] = dgButtonBackgroundTex;
#else
static const char gButtonBackgroundTex[] __attribute__((aligned (2))) = dgButtonBackgroundTex;
#endif
#define dgEquippedItemOutlineTex "__OTR__textures/parameter_static/gEquippedItemOutlineTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEquippedItemOutlineTex[] = dgEquippedItemOutlineTex;
#else
static const char gEquippedItemOutlineTex[] __attribute__((aligned (2))) = dgEquippedItemOutlineTex;
#endif
#define dgEmptyCLeftArrowTex "__OTR__textures/parameter_static/gEmptyCLeftArrowTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEmptyCLeftArrowTex[] = dgEmptyCLeftArrowTex;
#else
static const char gEmptyCLeftArrowTex[] __attribute__((aligned (2))) = dgEmptyCLeftArrowTex;
#endif
#define dgEmptyCDownArrowTex "__OTR__textures/parameter_static/gEmptyCDownArrowTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEmptyCDownArrowTex[] = dgEmptyCDownArrowTex;
#else
static const char gEmptyCDownArrowTex[] __attribute__((aligned (2))) = dgEmptyCDownArrowTex;
#endif
#define dgEmptyCRightArrowTex "__OTR__textures/parameter_static/gEmptyCRightArrowTex"
#ifdef _WIN32
static const __declspec(align(2)) char gEmptyCRightArrowTex[] = dgEmptyCRightArrowTex;
#else
static const char gEmptyCRightArrowTex[] __attribute__((aligned (2))) = dgEmptyCRightArrowTex;
#endif
#define dgSmallKeyCounterIconTex "__OTR__textures/parameter_static/gSmallKeyCounterIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gSmallKeyCounterIconTex[] = dgSmallKeyCounterIconTex;
#else
static const char gSmallKeyCounterIconTex[] __attribute__((aligned (2))) = dgSmallKeyCounterIconTex;
#endif
#define dgRupeeCounterIconTex "__OTR__textures/parameter_static/gRupeeCounterIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gRupeeCounterIconTex[] = dgRupeeCounterIconTex;
#else
static const char gRupeeCounterIconTex[] __attribute__((aligned (2))) = dgRupeeCounterIconTex;
#endif
#define dgClockIconTex "__OTR__textures/parameter_static/gClockIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gClockIconTex[] = dgClockIconTex;
#else
static const char gClockIconTex[] __attribute__((aligned (2))) = dgClockIconTex;
#endif
#define dgCarrotIconTex "__OTR__textures/parameter_static/gCarrotIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gCarrotIconTex[] = dgCarrotIconTex;
#else
static const char gCarrotIconTex[] __attribute__((aligned (2))) = dgCarrotIconTex;
#endif
#define dgMapDungeonEntranceIconTex "__OTR__textures/parameter_static/gMapDungeonEntranceIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMapDungeonEntranceIconTex[] = dgMapDungeonEntranceIconTex;
#else
static const char gMapDungeonEntranceIconTex[] __attribute__((aligned (2))) = dgMapDungeonEntranceIconTex;
#endif
#define dgMapChestIconTex "__OTR__textures/parameter_static/gMapChestIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMapChestIconTex[] = dgMapChestIconTex;
#else
static const char gMapChestIconTex[] __attribute__((aligned (2))) = dgMapChestIconTex;
#endif
#define dgArcheryScoreIconTex "__OTR__textures/parameter_static/gArcheryScoreIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gArcheryScoreIconTex[] = dgArcheryScoreIconTex;
#else
static const char gArcheryScoreIconTex[] __attribute__((aligned (2))) = dgArcheryScoreIconTex;
#endif
#define dgMapBossIconTex "__OTR__textures/parameter_static/gMapBossIconTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMapBossIconTex[] = dgMapBossIconTex;
#else
static const char gMapBossIconTex[] __attribute__((aligned (2))) = dgMapBossIconTex;
#endif
#define dgOcarinaATex "__OTR__textures/parameter_static/gOcarinaATex"
#ifdef _WIN32
static const __declspec(align(2)) char gOcarinaATex[] = dgOcarinaATex;
#else
static const char gOcarinaATex[] __attribute__((aligned (2))) = dgOcarinaATex;
#endif
#define dgOcarinaCDownTex "__OTR__textures/parameter_static/gOcarinaCDownTex"
#ifdef _WIN32
static const __declspec(align(2)) char gOcarinaCDownTex[] = dgOcarinaCDownTex;
#else
static const char gOcarinaCDownTex[] __attribute__((aligned (2))) = dgOcarinaCDownTex;
#endif
#define dgOcarinaCRightTex "__OTR__textures/parameter_static/gOcarinaCRightTex"
#ifdef _WIN32
static const __declspec(align(2)) char gOcarinaCRightTex[] = dgOcarinaCRightTex;
#else
static const char gOcarinaCRightTex[] __attribute__((aligned (2))) = dgOcarinaCRightTex;
#endif
#define dgOcarinaCLeftTex "__OTR__textures/parameter_static/gOcarinaCLeftTex"
#ifdef _WIN32
static const __declspec(align(2)) char gOcarinaCLeftTex[] = dgOcarinaCLeftTex;
#else
static const char gOcarinaCLeftTex[] __attribute__((aligned (2))) = dgOcarinaCLeftTex;
#endif
#define dgOcarinaCUpTex "__OTR__textures/parameter_static/gOcarinaCUpTex"
#ifdef _WIN32
static const __declspec(align(2)) char gOcarinaCUpTex[] = dgOcarinaCUpTex;
#else
static const char gOcarinaCUpTex[] __attribute__((aligned (2))) = dgOcarinaCUpTex;
#endif
#define dgOcarinaTrebleClefTex "__OTR__textures/parameter_static/gOcarinaTrebleClefTex"
#ifdef _WIN32
static const __declspec(align(2)) char gOcarinaTrebleClefTex[] = dgOcarinaTrebleClefTex;
#else
static const char gOcarinaTrebleClefTex[] __attribute__((aligned (2))) = dgOcarinaTrebleClefTex;
#endif
#define dgNaviCUpJPTex "__OTR__textures/parameter_static/gNaviCUpJPTex"
#ifdef _WIN32
static const __declspec(align(2)) char gNaviCUpJPTex[] = dgNaviCUpJPTex;
#else
static const char gNaviCUpJPTex[] __attribute__((aligned (2))) = dgNaviCUpJPTex;
#endif
#define dgNaviCUpENGTex "__OTR__textures/parameter_static/gNaviCUpENGTex"
#ifdef _WIN32
static const __declspec(align(2)) char gNaviCUpENGTex[] = dgNaviCUpENGTex;
#else
static const char gNaviCUpENGTex[] __attribute__((aligned (2))) = dgNaviCUpENGTex;
#endif
#define dgCounterDigit0Tex "__OTR__textures/parameter_static/gCounterDigit0Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit0Tex[] = dgCounterDigit0Tex;
#else
static const char gCounterDigit0Tex[] __attribute__((aligned (2))) = dgCounterDigit0Tex;
#endif
#define dgCounterDigit1Tex "__OTR__textures/parameter_static/gCounterDigit1Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit1Tex[] = dgCounterDigit1Tex;
#else
static const char gCounterDigit1Tex[] __attribute__((aligned (2))) = dgCounterDigit1Tex;
#endif
#define dgCounterDigit2Tex "__OTR__textures/parameter_static/gCounterDigit2Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit2Tex[] = dgCounterDigit2Tex;
#else
static const char gCounterDigit2Tex[] __attribute__((aligned (2))) = dgCounterDigit2Tex;
#endif
#define dgCounterDigit3Tex "__OTR__textures/parameter_static/gCounterDigit3Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit3Tex[] = dgCounterDigit3Tex;
#else
static const char gCounterDigit3Tex[] __attribute__((aligned (2))) = dgCounterDigit3Tex;
#endif
#define dgCounterDigit4Tex "__OTR__textures/parameter_static/gCounterDigit4Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit4Tex[] = dgCounterDigit4Tex;
#else
static const char gCounterDigit4Tex[] __attribute__((aligned (2))) = dgCounterDigit4Tex;
#endif
#define dgCounterDigit5Tex "__OTR__textures/parameter_static/gCounterDigit5Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit5Tex[] = dgCounterDigit5Tex;
#else
static const char gCounterDigit5Tex[] __attribute__((aligned (2))) = dgCounterDigit5Tex;
#endif
#define dgCounterDigit6Tex "__OTR__textures/parameter_static/gCounterDigit6Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit6Tex[] = dgCounterDigit6Tex;
#else
static const char gCounterDigit6Tex[] __attribute__((aligned (2))) = dgCounterDigit6Tex;
#endif
#define dgCounterDigit7Tex "__OTR__textures/parameter_static/gCounterDigit7Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit7Tex[] = dgCounterDigit7Tex;
#else
static const char gCounterDigit7Tex[] __attribute__((aligned (2))) = dgCounterDigit7Tex;
#endif
#define dgCounterDigit8Tex "__OTR__textures/parameter_static/gCounterDigit8Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit8Tex[] = dgCounterDigit8Tex;
#else
static const char gCounterDigit8Tex[] __attribute__((aligned (2))) = dgCounterDigit8Tex;
#endif
#define dgCounterDigit9Tex "__OTR__textures/parameter_static/gCounterDigit9Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterDigit9Tex[] = dgCounterDigit9Tex;
#else
static const char gCounterDigit9Tex[] __attribute__((aligned (2))) = dgCounterDigit9Tex;
#endif
#define dgCounterColonTex "__OTR__textures/parameter_static/gCounterColonTex"
#ifdef _WIN32
static const __declspec(align(2)) char gCounterColonTex[] = dgCounterColonTex;
#else
static const char gCounterColonTex[] __attribute__((aligned (2))) = dgCounterColonTex;
#endif
#define dgAmmoDigit0Tex "__OTR__textures/parameter_static/gAmmoDigit0Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit0Tex[] = dgAmmoDigit0Tex;
#else
static const char gAmmoDigit0Tex[] __attribute__((aligned (2))) = dgAmmoDigit0Tex;
#endif
#define dgAmmoDigit1Tex "__OTR__textures/parameter_static/gAmmoDigit1Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit1Tex[] = dgAmmoDigit1Tex;
#else
static const char gAmmoDigit1Tex[] __attribute__((aligned (2))) = dgAmmoDigit1Tex;
#endif
#define dgAmmoDigit2Tex "__OTR__textures/parameter_static/gAmmoDigit2Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit2Tex[] = dgAmmoDigit2Tex;
#else
static const char gAmmoDigit2Tex[] __attribute__((aligned (2))) = dgAmmoDigit2Tex;
#endif
#define dgAmmoDigit3Tex "__OTR__textures/parameter_static/gAmmoDigit3Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit3Tex[] = dgAmmoDigit3Tex;
#else
static const char gAmmoDigit3Tex[] __attribute__((aligned (2))) = dgAmmoDigit3Tex;
#endif
#define dgAmmoDigit4Tex "__OTR__textures/parameter_static/gAmmoDigit4Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit4Tex[] = dgAmmoDigit4Tex;
#else
static const char gAmmoDigit4Tex[] __attribute__((aligned (2))) = dgAmmoDigit4Tex;
#endif
#define dgAmmoDigit5Tex "__OTR__textures/parameter_static/gAmmoDigit5Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit5Tex[] = dgAmmoDigit5Tex;
#else
static const char gAmmoDigit5Tex[] __attribute__((aligned (2))) = dgAmmoDigit5Tex;
#endif
#define dgAmmoDigit6Tex "__OTR__textures/parameter_static/gAmmoDigit6Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit6Tex[] = dgAmmoDigit6Tex;
#else
static const char gAmmoDigit6Tex[] __attribute__((aligned (2))) = dgAmmoDigit6Tex;
#endif
#define dgAmmoDigit7Tex "__OTR__textures/parameter_static/gAmmoDigit7Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit7Tex[] = dgAmmoDigit7Tex;
#else
static const char gAmmoDigit7Tex[] __attribute__((aligned (2))) = dgAmmoDigit7Tex;
#endif
#define dgAmmoDigit8Tex "__OTR__textures/parameter_static/gAmmoDigit8Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit8Tex[] = dgAmmoDigit8Tex;
#else
static const char gAmmoDigit8Tex[] __attribute__((aligned (2))) = dgAmmoDigit8Tex;
#endif
#define dgAmmoDigit9Tex "__OTR__textures/parameter_static/gAmmoDigit9Tex"
#ifdef _WIN32
static const __declspec(align(2)) char gAmmoDigit9Tex[] = dgAmmoDigit9Tex;
#else
static const char gAmmoDigit9Tex[] __attribute__((aligned (2))) = dgAmmoDigit9Tex;
#endif
#define dgUnusedAmmoDigitHalfTex "__OTR__textures/parameter_static/gUnusedAmmoDigitHalfTex"
#ifdef _WIN32
static const __declspec(align(2)) char gUnusedAmmoDigitHalfTex[] = dgUnusedAmmoDigitHalfTex;
#else
static const char gUnusedAmmoDigitHalfTex[] __attribute__((aligned (2))) = dgUnusedAmmoDigitHalfTex;
#endif
#define dgMagicMeterEndTex "__OTR__textures/parameter_static/gMagicMeterEndTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicMeterEndTex[] = dgMagicMeterEndTex;
#else
static const char gMagicMeterEndTex[] __attribute__((aligned (2))) = dgMagicMeterEndTex;
#endif
#define dgMagicMeterMidTex "__OTR__textures/parameter_static/gMagicMeterMidTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicMeterMidTex[] = dgMagicMeterMidTex;
#else
static const char gMagicMeterMidTex[] __attribute__((aligned (2))) = dgMagicMeterMidTex;
#endif
#define dgMagicMeterFillTex "__OTR__textures/parameter_static/gMagicMeterFillTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMagicMeterFillTex[] = dgMagicMeterFillTex;
#else
static const char gMagicMeterFillTex[] __attribute__((aligned (2))) = dgMagicMeterFillTex;
#endif