1305 lines
54 KiB
C
1305 lines
54 KiB
C
#pragma once
|
|
#define dgDekuStickIconTex "__OTR__textures/icon_item_static/gDekuStickIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDekuStickIconTex[] = dgDekuStickIconTex;
|
|
#else
|
|
static const char gDekuStickIconTex[] __attribute__((aligned (2))) = dgDekuStickIconTex;
|
|
#endif
|
|
|
|
#define dgDekuNutIconTex "__OTR__textures/icon_item_static/gDekuNutIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDekuNutIconTex[] = dgDekuNutIconTex;
|
|
#else
|
|
static const char gDekuNutIconTex[] __attribute__((aligned (2))) = dgDekuNutIconTex;
|
|
#endif
|
|
|
|
#define dgBombIconTex "__OTR__textures/icon_item_static/gBombIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBombIconTex[] = dgBombIconTex;
|
|
#else
|
|
static const char gBombIconTex[] __attribute__((aligned (2))) = dgBombIconTex;
|
|
#endif
|
|
|
|
#define dgFairyBowIconTex "__OTR__textures/icon_item_static/gFairyBowIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFairyBowIconTex[] = dgFairyBowIconTex;
|
|
#else
|
|
static const char gFairyBowIconTex[] __attribute__((aligned (2))) = dgFairyBowIconTex;
|
|
#endif
|
|
|
|
#define dgFireArrowIconTex "__OTR__textures/icon_item_static/gFireArrowIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFireArrowIconTex[] = dgFireArrowIconTex;
|
|
#else
|
|
static const char gFireArrowIconTex[] __attribute__((aligned (2))) = dgFireArrowIconTex;
|
|
#endif
|
|
|
|
#define dgDinsFireIconTex "__OTR__textures/icon_item_static/gDinsFireIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDinsFireIconTex[] = dgDinsFireIconTex;
|
|
#else
|
|
static const char gDinsFireIconTex[] __attribute__((aligned (2))) = dgDinsFireIconTex;
|
|
#endif
|
|
|
|
#define dgFairySlingshotIconTex "__OTR__textures/icon_item_static/gFairySlingshotIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFairySlingshotIconTex[] = dgFairySlingshotIconTex;
|
|
#else
|
|
static const char gFairySlingshotIconTex[] __attribute__((aligned (2))) = dgFairySlingshotIconTex;
|
|
#endif
|
|
|
|
#define dgFairyOcarinaIconTex "__OTR__textures/icon_item_static/gFairyOcarinaIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFairyOcarinaIconTex[] = dgFairyOcarinaIconTex;
|
|
#else
|
|
static const char gFairyOcarinaIconTex[] __attribute__((aligned (2))) = dgFairyOcarinaIconTex;
|
|
#endif
|
|
|
|
#define dgOcarinaofTimeIconTex "__OTR__textures/icon_item_static/gOcarinaofTimeIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gOcarinaofTimeIconTex[] = dgOcarinaofTimeIconTex;
|
|
#else
|
|
static const char gOcarinaofTimeIconTex[] __attribute__((aligned (2))) = dgOcarinaofTimeIconTex;
|
|
#endif
|
|
|
|
#define dgBombchuIconTex "__OTR__textures/icon_item_static/gBombchuIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBombchuIconTex[] = dgBombchuIconTex;
|
|
#else
|
|
static const char gBombchuIconTex[] __attribute__((aligned (2))) = dgBombchuIconTex;
|
|
#endif
|
|
|
|
#define dgHookshotIconTex "__OTR__textures/icon_item_static/gHookshotIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gHookshotIconTex[] = dgHookshotIconTex;
|
|
#else
|
|
static const char gHookshotIconTex[] __attribute__((aligned (2))) = dgHookshotIconTex;
|
|
#endif
|
|
|
|
#define dgLongshotIconTex "__OTR__textures/icon_item_static/gLongshotIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gLongshotIconTex[] = dgLongshotIconTex;
|
|
#else
|
|
static const char gLongshotIconTex[] __attribute__((aligned (2))) = dgLongshotIconTex;
|
|
#endif
|
|
|
|
#define dgIceArrowIconTex "__OTR__textures/icon_item_static/gIceArrowIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gIceArrowIconTex[] = dgIceArrowIconTex;
|
|
#else
|
|
static const char gIceArrowIconTex[] __attribute__((aligned (2))) = dgIceArrowIconTex;
|
|
#endif
|
|
|
|
#define dgFaroresWindIconTex "__OTR__textures/icon_item_static/gFaroresWindIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFaroresWindIconTex[] = dgFaroresWindIconTex;
|
|
#else
|
|
static const char gFaroresWindIconTex[] __attribute__((aligned (2))) = dgFaroresWindIconTex;
|
|
#endif
|
|
|
|
#define dgBoomerangIconTex "__OTR__textures/icon_item_static/gBoomerangIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBoomerangIconTex[] = dgBoomerangIconTex;
|
|
#else
|
|
static const char gBoomerangIconTex[] __attribute__((aligned (2))) = dgBoomerangIconTex;
|
|
#endif
|
|
|
|
#define dgLensofTruthIconTex "__OTR__textures/icon_item_static/gLensofTruthIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gLensofTruthIconTex[] = dgLensofTruthIconTex;
|
|
#else
|
|
static const char gLensofTruthIconTex[] __attribute__((aligned (2))) = dgLensofTruthIconTex;
|
|
#endif
|
|
|
|
#define dgMagicBeansIconTex "__OTR__textures/icon_item_static/gMagicBeansIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMagicBeansIconTex[] = dgMagicBeansIconTex;
|
|
#else
|
|
static const char gMagicBeansIconTex[] __attribute__((aligned (2))) = dgMagicBeansIconTex;
|
|
#endif
|
|
|
|
#define dgMegatonHammerIconTex "__OTR__textures/icon_item_static/gMegatonHammerIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMegatonHammerIconTex[] = dgMegatonHammerIconTex;
|
|
#else
|
|
static const char gMegatonHammerIconTex[] __attribute__((aligned (2))) = dgMegatonHammerIconTex;
|
|
#endif
|
|
|
|
#define dgLightArrowIconTex "__OTR__textures/icon_item_static/gLightArrowIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gLightArrowIconTex[] = dgLightArrowIconTex;
|
|
#else
|
|
static const char gLightArrowIconTex[] __attribute__((aligned (2))) = dgLightArrowIconTex;
|
|
#endif
|
|
|
|
#define dgNayrusLoveIconTex "__OTR__textures/icon_item_static/gNayrusLoveIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gNayrusLoveIconTex[] = dgNayrusLoveIconTex;
|
|
#else
|
|
static const char gNayrusLoveIconTex[] __attribute__((aligned (2))) = dgNayrusLoveIconTex;
|
|
#endif
|
|
|
|
#define dgEmptyBottleIconTex "__OTR__textures/icon_item_static/gEmptyBottleIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gEmptyBottleIconTex[] = dgEmptyBottleIconTex;
|
|
#else
|
|
static const char gEmptyBottleIconTex[] __attribute__((aligned (2))) = dgEmptyBottleIconTex;
|
|
#endif
|
|
|
|
#define dgRedPotionIconTex "__OTR__textures/icon_item_static/gRedPotionIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gRedPotionIconTex[] = dgRedPotionIconTex;
|
|
#else
|
|
static const char gRedPotionIconTex[] __attribute__((aligned (2))) = dgRedPotionIconTex;
|
|
#endif
|
|
|
|
#define dgGreenPotionIconTex "__OTR__textures/icon_item_static/gGreenPotionIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGreenPotionIconTex[] = dgGreenPotionIconTex;
|
|
#else
|
|
static const char gGreenPotionIconTex[] __attribute__((aligned (2))) = dgGreenPotionIconTex;
|
|
#endif
|
|
|
|
#define dgBluePotionIconTex "__OTR__textures/icon_item_static/gBluePotionIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBluePotionIconTex[] = dgBluePotionIconTex;
|
|
#else
|
|
static const char gBluePotionIconTex[] __attribute__((aligned (2))) = dgBluePotionIconTex;
|
|
#endif
|
|
|
|
#define dgBottledFairyIconTex "__OTR__textures/icon_item_static/gBottledFairyIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBottledFairyIconTex[] = dgBottledFairyIconTex;
|
|
#else
|
|
static const char gBottledFairyIconTex[] __attribute__((aligned (2))) = dgBottledFairyIconTex;
|
|
#endif
|
|
|
|
#define dgFishIconTex "__OTR__textures/icon_item_static/gFishIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFishIconTex[] = dgFishIconTex;
|
|
#else
|
|
static const char gFishIconTex[] __attribute__((aligned (2))) = dgFishIconTex;
|
|
#endif
|
|
|
|
#define dgMilkFullIconTex "__OTR__textures/icon_item_static/gMilkFullIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMilkFullIconTex[] = dgMilkFullIconTex;
|
|
#else
|
|
static const char gMilkFullIconTex[] __attribute__((aligned (2))) = dgMilkFullIconTex;
|
|
#endif
|
|
|
|
#define dgRutosLetterIconTex "__OTR__textures/icon_item_static/gRutosLetterIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gRutosLetterIconTex[] = dgRutosLetterIconTex;
|
|
#else
|
|
static const char gRutosLetterIconTex[] __attribute__((aligned (2))) = dgRutosLetterIconTex;
|
|
#endif
|
|
|
|
#define dgBlueFireIconTex "__OTR__textures/icon_item_static/gBlueFireIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBlueFireIconTex[] = dgBlueFireIconTex;
|
|
#else
|
|
static const char gBlueFireIconTex[] __attribute__((aligned (2))) = dgBlueFireIconTex;
|
|
#endif
|
|
|
|
#define dgBugIconTex "__OTR__textures/icon_item_static/gBugIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBugIconTex[] = dgBugIconTex;
|
|
#else
|
|
static const char gBugIconTex[] __attribute__((aligned (2))) = dgBugIconTex;
|
|
#endif
|
|
|
|
#define dgBigPoeIconTex "__OTR__textures/icon_item_static/gBigPoeIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBigPoeIconTex[] = dgBigPoeIconTex;
|
|
#else
|
|
static const char gBigPoeIconTex[] __attribute__((aligned (2))) = dgBigPoeIconTex;
|
|
#endif
|
|
|
|
#define dgMilkhalfIconTex "__OTR__textures/icon_item_static/gMilkhalfIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMilkhalfIconTex[] = dgMilkhalfIconTex;
|
|
#else
|
|
static const char gMilkhalfIconTex[] __attribute__((aligned (2))) = dgMilkhalfIconTex;
|
|
#endif
|
|
|
|
#define dgPoeIconTex "__OTR__textures/icon_item_static/gPoeIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPoeIconTex[] = dgPoeIconTex;
|
|
#else
|
|
static const char gPoeIconTex[] __attribute__((aligned (2))) = dgPoeIconTex;
|
|
#endif
|
|
|
|
#define dgWeirdEggIconTex "__OTR__textures/icon_item_static/gWeirdEggIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gWeirdEggIconTex[] = dgWeirdEggIconTex;
|
|
#else
|
|
static const char gWeirdEggIconTex[] __attribute__((aligned (2))) = dgWeirdEggIconTex;
|
|
#endif
|
|
|
|
#define dgCuccoIconTex "__OTR__textures/icon_item_static/gCuccoIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCuccoIconTex[] = dgCuccoIconTex;
|
|
#else
|
|
static const char gCuccoIconTex[] __attribute__((aligned (2))) = dgCuccoIconTex;
|
|
#endif
|
|
|
|
#define dgZeldasLetterIconTex "__OTR__textures/icon_item_static/gZeldasLetterIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gZeldasLetterIconTex[] = dgZeldasLetterIconTex;
|
|
#else
|
|
static const char gZeldasLetterIconTex[] __attribute__((aligned (2))) = dgZeldasLetterIconTex;
|
|
#endif
|
|
|
|
#define dgKeatonMaskIconTex "__OTR__textures/icon_item_static/gKeatonMaskIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gKeatonMaskIconTex[] = dgKeatonMaskIconTex;
|
|
#else
|
|
static const char gKeatonMaskIconTex[] __attribute__((aligned (2))) = dgKeatonMaskIconTex;
|
|
#endif
|
|
|
|
#define dgSkullMaskIconTex "__OTR__textures/icon_item_static/gSkullMaskIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gSkullMaskIconTex[] = dgSkullMaskIconTex;
|
|
#else
|
|
static const char gSkullMaskIconTex[] __attribute__((aligned (2))) = dgSkullMaskIconTex;
|
|
#endif
|
|
|
|
#define dgSpookyMaskIconTex "__OTR__textures/icon_item_static/gSpookyMaskIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gSpookyMaskIconTex[] = dgSpookyMaskIconTex;
|
|
#else
|
|
static const char gSpookyMaskIconTex[] __attribute__((aligned (2))) = dgSpookyMaskIconTex;
|
|
#endif
|
|
|
|
#define dgBunnyHoodIconTex "__OTR__textures/icon_item_static/gBunnyHoodIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBunnyHoodIconTex[] = dgBunnyHoodIconTex;
|
|
#else
|
|
static const char gBunnyHoodIconTex[] __attribute__((aligned (2))) = dgBunnyHoodIconTex;
|
|
#endif
|
|
|
|
#define dgGoronMaskIconTex "__OTR__textures/icon_item_static/gGoronMaskIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGoronMaskIconTex[] = dgGoronMaskIconTex;
|
|
#else
|
|
static const char gGoronMaskIconTex[] __attribute__((aligned (2))) = dgGoronMaskIconTex;
|
|
#endif
|
|
|
|
#define dgZoraMaskIconTex "__OTR__textures/icon_item_static/gZoraMaskIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gZoraMaskIconTex[] = dgZoraMaskIconTex;
|
|
#else
|
|
static const char gZoraMaskIconTex[] __attribute__((aligned (2))) = dgZoraMaskIconTex;
|
|
#endif
|
|
|
|
#define dgGerudoMaskIconTex "__OTR__textures/icon_item_static/gGerudoMaskIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGerudoMaskIconTex[] = dgGerudoMaskIconTex;
|
|
#else
|
|
static const char gGerudoMaskIconTex[] __attribute__((aligned (2))) = dgGerudoMaskIconTex;
|
|
#endif
|
|
|
|
#define dgMaskofTruthIconTex "__OTR__textures/icon_item_static/gMaskofTruthIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMaskofTruthIconTex[] = dgMaskofTruthIconTex;
|
|
#else
|
|
static const char gMaskofTruthIconTex[] __attribute__((aligned (2))) = dgMaskofTruthIconTex;
|
|
#endif
|
|
|
|
#define dgSoldOutIconTex "__OTR__textures/icon_item_static/gSoldOutIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gSoldOutIconTex[] = dgSoldOutIconTex;
|
|
#else
|
|
static const char gSoldOutIconTex[] __attribute__((aligned (2))) = dgSoldOutIconTex;
|
|
#endif
|
|
|
|
#define dgPocketEggIconTex "__OTR__textures/icon_item_static/gPocketEggIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPocketEggIconTex[] = dgPocketEggIconTex;
|
|
#else
|
|
static const char gPocketEggIconTex[] __attribute__((aligned (2))) = dgPocketEggIconTex;
|
|
#endif
|
|
|
|
#define dgPocketCuccoIconTex "__OTR__textures/icon_item_static/gPocketCuccoIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPocketCuccoIconTex[] = dgPocketCuccoIconTex;
|
|
#else
|
|
static const char gPocketCuccoIconTex[] __attribute__((aligned (2))) = dgPocketCuccoIconTex;
|
|
#endif
|
|
|
|
#define dgCojiroIconTex "__OTR__textures/icon_item_static/gCojiroIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCojiroIconTex[] = dgCojiroIconTex;
|
|
#else
|
|
static const char gCojiroIconTex[] __attribute__((aligned (2))) = dgCojiroIconTex;
|
|
#endif
|
|
|
|
#define dgOddMushroomIconTex "__OTR__textures/icon_item_static/gOddMushroomIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gOddMushroomIconTex[] = dgOddMushroomIconTex;
|
|
#else
|
|
static const char gOddMushroomIconTex[] __attribute__((aligned (2))) = dgOddMushroomIconTex;
|
|
#endif
|
|
|
|
#define dgOddPotionIconTex "__OTR__textures/icon_item_static/gOddPotionIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gOddPotionIconTex[] = dgOddPotionIconTex;
|
|
#else
|
|
static const char gOddPotionIconTex[] __attribute__((aligned (2))) = dgOddPotionIconTex;
|
|
#endif
|
|
|
|
#define dgPoachersSawIconTex "__OTR__textures/icon_item_static/gPoachersSawIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPoachersSawIconTex[] = dgPoachersSawIconTex;
|
|
#else
|
|
static const char gPoachersSawIconTex[] __attribute__((aligned (2))) = dgPoachersSawIconTex;
|
|
#endif
|
|
|
|
#define dgBrokenBiggoronSwordIconTex "__OTR__textures/icon_item_static/gBrokenBiggoronSwordIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBrokenBiggoronSwordIconTex[] = dgBrokenBiggoronSwordIconTex;
|
|
#else
|
|
static const char gBrokenBiggoronSwordIconTex[] __attribute__((aligned (2))) = dgBrokenBiggoronSwordIconTex;
|
|
#endif
|
|
|
|
#define dgPrescriptionIconTex "__OTR__textures/icon_item_static/gPrescriptionIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPrescriptionIconTex[] = dgPrescriptionIconTex;
|
|
#else
|
|
static const char gPrescriptionIconTex[] __attribute__((aligned (2))) = dgPrescriptionIconTex;
|
|
#endif
|
|
|
|
#define dgEyeBallFrogIconTex "__OTR__textures/icon_item_static/gEyeBallFrogIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gEyeBallFrogIconTex[] = dgEyeBallFrogIconTex;
|
|
#else
|
|
static const char gEyeBallFrogIconTex[] __attribute__((aligned (2))) = dgEyeBallFrogIconTex;
|
|
#endif
|
|
|
|
#define dgEyeDropsIconTex "__OTR__textures/icon_item_static/gEyeDropsIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gEyeDropsIconTex[] = dgEyeDropsIconTex;
|
|
#else
|
|
static const char gEyeDropsIconTex[] __attribute__((aligned (2))) = dgEyeDropsIconTex;
|
|
#endif
|
|
|
|
#define dgClaimCheckIconTex "__OTR__textures/icon_item_static/gClaimCheckIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gClaimCheckIconTex[] = dgClaimCheckIconTex;
|
|
#else
|
|
static const char gClaimCheckIconTex[] __attribute__((aligned (2))) = dgClaimCheckIconTex;
|
|
#endif
|
|
|
|
#define dgFairyBowFireIconTex "__OTR__textures/icon_item_static/gFairyBowFireIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFairyBowFireIconTex[] = dgFairyBowFireIconTex;
|
|
#else
|
|
static const char gFairyBowFireIconTex[] __attribute__((aligned (2))) = dgFairyBowFireIconTex;
|
|
#endif
|
|
|
|
#define dgFairyBowIceIconTex "__OTR__textures/icon_item_static/gFairyBowIceIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFairyBowIceIconTex[] = dgFairyBowIceIconTex;
|
|
#else
|
|
static const char gFairyBowIceIconTex[] __attribute__((aligned (2))) = dgFairyBowIceIconTex;
|
|
#endif
|
|
|
|
#define dgFairyBowLightIconTex "__OTR__textures/icon_item_static/gFairyBowLightIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFairyBowLightIconTex[] = dgFairyBowLightIconTex;
|
|
#else
|
|
static const char gFairyBowLightIconTex[] __attribute__((aligned (2))) = dgFairyBowLightIconTex;
|
|
#endif
|
|
|
|
#define dgKokiriSwordIconTex "__OTR__textures/icon_item_static/gKokiriSwordIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gKokiriSwordIconTex[] = dgKokiriSwordIconTex;
|
|
#else
|
|
static const char gKokiriSwordIconTex[] __attribute__((aligned (2))) = dgKokiriSwordIconTex;
|
|
#endif
|
|
|
|
#define dgMasterSwordIconTex "__OTR__textures/icon_item_static/gMasterSwordIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMasterSwordIconTex[] = dgMasterSwordIconTex;
|
|
#else
|
|
static const char gMasterSwordIconTex[] __attribute__((aligned (2))) = dgMasterSwordIconTex;
|
|
#endif
|
|
|
|
#define dgBiggoronSwordIconTex "__OTR__textures/icon_item_static/gBiggoronSwordIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBiggoronSwordIconTex[] = dgBiggoronSwordIconTex;
|
|
#else
|
|
static const char gBiggoronSwordIconTex[] __attribute__((aligned (2))) = dgBiggoronSwordIconTex;
|
|
#endif
|
|
|
|
#define dgDekuShieldIconTex "__OTR__textures/icon_item_static/gDekuShieldIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDekuShieldIconTex[] = dgDekuShieldIconTex;
|
|
#else
|
|
static const char gDekuShieldIconTex[] __attribute__((aligned (2))) = dgDekuShieldIconTex;
|
|
#endif
|
|
|
|
#define dgHylianShieldIconTex "__OTR__textures/icon_item_static/gHylianShieldIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gHylianShieldIconTex[] = dgHylianShieldIconTex;
|
|
#else
|
|
static const char gHylianShieldIconTex[] __attribute__((aligned (2))) = dgHylianShieldIconTex;
|
|
#endif
|
|
|
|
#define dgMirrorShieldIconTex "__OTR__textures/icon_item_static/gMirrorShieldIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMirrorShieldIconTex[] = dgMirrorShieldIconTex;
|
|
#else
|
|
static const char gMirrorShieldIconTex[] __attribute__((aligned (2))) = dgMirrorShieldIconTex;
|
|
#endif
|
|
|
|
#define dgKokiriTunicIconTex "__OTR__textures/icon_item_static/gKokiriTunicIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gKokiriTunicIconTex[] = dgKokiriTunicIconTex;
|
|
#else
|
|
static const char gKokiriTunicIconTex[] __attribute__((aligned (2))) = dgKokiriTunicIconTex;
|
|
#endif
|
|
|
|
#define dgGoronTunicIconTex "__OTR__textures/icon_item_static/gGoronTunicIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGoronTunicIconTex[] = dgGoronTunicIconTex;
|
|
#else
|
|
static const char gGoronTunicIconTex[] __attribute__((aligned (2))) = dgGoronTunicIconTex;
|
|
#endif
|
|
|
|
#define dgZoraTunicIconTex "__OTR__textures/icon_item_static/gZoraTunicIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gZoraTunicIconTex[] = dgZoraTunicIconTex;
|
|
#else
|
|
static const char gZoraTunicIconTex[] __attribute__((aligned (2))) = dgZoraTunicIconTex;
|
|
#endif
|
|
|
|
#define dgKokiriBootsIconTex "__OTR__textures/icon_item_static/gKokiriBootsIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gKokiriBootsIconTex[] = dgKokiriBootsIconTex;
|
|
#else
|
|
static const char gKokiriBootsIconTex[] __attribute__((aligned (2))) = dgKokiriBootsIconTex;
|
|
#endif
|
|
|
|
#define dgIronBootsIconTex "__OTR__textures/icon_item_static/gIronBootsIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gIronBootsIconTex[] = dgIronBootsIconTex;
|
|
#else
|
|
static const char gIronBootsIconTex[] __attribute__((aligned (2))) = dgIronBootsIconTex;
|
|
#endif
|
|
|
|
#define dgHoverBootsIconTex "__OTR__textures/icon_item_static/gHoverBootsIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gHoverBootsIconTex[] = dgHoverBootsIconTex;
|
|
#else
|
|
static const char gHoverBootsIconTex[] __attribute__((aligned (2))) = dgHoverBootsIconTex;
|
|
#endif
|
|
|
|
#define dgBulletBag30IconTex "__OTR__textures/icon_item_static/gBulletBag30IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBulletBag30IconTex[] = dgBulletBag30IconTex;
|
|
#else
|
|
static const char gBulletBag30IconTex[] __attribute__((aligned (2))) = dgBulletBag30IconTex;
|
|
#endif
|
|
|
|
#define dgBulletBag40IconTex "__OTR__textures/icon_item_static/gBulletBag40IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBulletBag40IconTex[] = dgBulletBag40IconTex;
|
|
#else
|
|
static const char gBulletBag40IconTex[] __attribute__((aligned (2))) = dgBulletBag40IconTex;
|
|
#endif
|
|
|
|
#define dgBulletBag50IconTex "__OTR__textures/icon_item_static/gBulletBag50IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBulletBag50IconTex[] = dgBulletBag50IconTex;
|
|
#else
|
|
static const char gBulletBag50IconTex[] __attribute__((aligned (2))) = dgBulletBag50IconTex;
|
|
#endif
|
|
|
|
#define dgQuiver30IconTex "__OTR__textures/icon_item_static/gQuiver30IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gQuiver30IconTex[] = dgQuiver30IconTex;
|
|
#else
|
|
static const char gQuiver30IconTex[] __attribute__((aligned (2))) = dgQuiver30IconTex;
|
|
#endif
|
|
|
|
#define dgQuiver40IconTex "__OTR__textures/icon_item_static/gQuiver40IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gQuiver40IconTex[] = dgQuiver40IconTex;
|
|
#else
|
|
static const char gQuiver40IconTex[] __attribute__((aligned (2))) = dgQuiver40IconTex;
|
|
#endif
|
|
|
|
#define dgQuiver50IconTex "__OTR__textures/icon_item_static/gQuiver50IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gQuiver50IconTex[] = dgQuiver50IconTex;
|
|
#else
|
|
static const char gQuiver50IconTex[] __attribute__((aligned (2))) = dgQuiver50IconTex;
|
|
#endif
|
|
|
|
#define dgBombBag20IconTex "__OTR__textures/icon_item_static/gBombBag20IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBombBag20IconTex[] = dgBombBag20IconTex;
|
|
#else
|
|
static const char gBombBag20IconTex[] __attribute__((aligned (2))) = dgBombBag20IconTex;
|
|
#endif
|
|
|
|
#define dgBombBag30IconTex "__OTR__textures/icon_item_static/gBombBag30IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBombBag30IconTex[] = dgBombBag30IconTex;
|
|
#else
|
|
static const char gBombBag30IconTex[] __attribute__((aligned (2))) = dgBombBag30IconTex;
|
|
#endif
|
|
|
|
#define dgBombBag40IconTex "__OTR__textures/icon_item_static/gBombBag40IconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBombBag40IconTex[] = dgBombBag40IconTex;
|
|
#else
|
|
static const char gBombBag40IconTex[] __attribute__((aligned (2))) = dgBombBag40IconTex;
|
|
#endif
|
|
|
|
#define dgGoronsBraceletIconTex "__OTR__textures/icon_item_static/gGoronsBraceletIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGoronsBraceletIconTex[] = dgGoronsBraceletIconTex;
|
|
#else
|
|
static const char gGoronsBraceletIconTex[] __attribute__((aligned (2))) = dgGoronsBraceletIconTex;
|
|
#endif
|
|
|
|
#define dgSilverGauntletsIconTex "__OTR__textures/icon_item_static/gSilverGauntletsIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gSilverGauntletsIconTex[] = dgSilverGauntletsIconTex;
|
|
#else
|
|
static const char gSilverGauntletsIconTex[] __attribute__((aligned (2))) = dgSilverGauntletsIconTex;
|
|
#endif
|
|
|
|
#define dgGoldenGauntletsIconTex "__OTR__textures/icon_item_static/gGoldenGauntletsIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGoldenGauntletsIconTex[] = dgGoldenGauntletsIconTex;
|
|
#else
|
|
static const char gGoldenGauntletsIconTex[] __attribute__((aligned (2))) = dgGoldenGauntletsIconTex;
|
|
#endif
|
|
|
|
#define dgSilverScaleIconTex "__OTR__textures/icon_item_static/gSilverScaleIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gSilverScaleIconTex[] = dgSilverScaleIconTex;
|
|
#else
|
|
static const char gSilverScaleIconTex[] __attribute__((aligned (2))) = dgSilverScaleIconTex;
|
|
#endif
|
|
|
|
#define dgGoldenScaleIconTex "__OTR__textures/icon_item_static/gGoldenScaleIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGoldenScaleIconTex[] = dgGoldenScaleIconTex;
|
|
#else
|
|
static const char gGoldenScaleIconTex[] __attribute__((aligned (2))) = dgGoldenScaleIconTex;
|
|
#endif
|
|
|
|
#define dgBrokenGiantsKnifeIconTex "__OTR__textures/icon_item_static/gBrokenGiantsKnifeIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBrokenGiantsKnifeIconTex[] = dgBrokenGiantsKnifeIconTex;
|
|
#else
|
|
static const char gBrokenGiantsKnifeIconTex[] __attribute__((aligned (2))) = dgBrokenGiantsKnifeIconTex;
|
|
#endif
|
|
|
|
#define dgAdultsWalletIconTex "__OTR__textures/icon_item_static/gAdultsWalletIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gAdultsWalletIconTex[] = dgAdultsWalletIconTex;
|
|
#else
|
|
static const char gAdultsWalletIconTex[] __attribute__((aligned (2))) = dgAdultsWalletIconTex;
|
|
#endif
|
|
|
|
#define dgGiantsWalletIconTex "__OTR__textures/icon_item_static/gGiantsWalletIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gGiantsWalletIconTex[] = dgGiantsWalletIconTex;
|
|
#else
|
|
static const char gGiantsWalletIconTex[] __attribute__((aligned (2))) = dgGiantsWalletIconTex;
|
|
#endif
|
|
|
|
#define dgDekuSeedsIconTex "__OTR__textures/icon_item_static/gDekuSeedsIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gDekuSeedsIconTex[] = dgDekuSeedsIconTex;
|
|
#else
|
|
static const char gDekuSeedsIconTex[] __attribute__((aligned (2))) = dgDekuSeedsIconTex;
|
|
#endif
|
|
|
|
#define dgFishingPoleIconTex "__OTR__textures/icon_item_static/gFishingPoleIconTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gFishingPoleIconTex[] = dgFishingPoleIconTex;
|
|
#else
|
|
static const char gFishingPoleIconTex[] __attribute__((aligned (2))) = dgFishingPoleIconTex;
|
|
#endif
|
|
|
|
#define dgHeartPieceIcon1Tex "__OTR__textures/icon_item_static/gHeartPieceIcon1Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gHeartPieceIcon1Tex[] = dgHeartPieceIcon1Tex;
|
|
#else
|
|
static const char gHeartPieceIcon1Tex[] __attribute__((aligned (2))) = dgHeartPieceIcon1Tex;
|
|
#endif
|
|
|
|
#define dgHeartPieceIcon2Tex "__OTR__textures/icon_item_static/gHeartPieceIcon2Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gHeartPieceIcon2Tex[] = dgHeartPieceIcon2Tex;
|
|
#else
|
|
static const char gHeartPieceIcon2Tex[] __attribute__((aligned (2))) = dgHeartPieceIcon2Tex;
|
|
#endif
|
|
|
|
#define dgHeartPieceIcon3Tex "__OTR__textures/icon_item_static/gHeartPieceIcon3Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gHeartPieceIcon3Tex[] = dgHeartPieceIcon3Tex;
|
|
#else
|
|
static const char gHeartPieceIcon3Tex[] __attribute__((aligned (2))) = dgHeartPieceIcon3Tex;
|
|
#endif
|
|
|
|
#define dgPausePromptCursorTex "__OTR__textures/icon_item_static/gPausePromptCursorTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPausePromptCursorTex[] = dgPausePromptCursorTex;
|
|
#else
|
|
static const char gPausePromptCursorTex[] __attribute__((aligned (2))) = dgPausePromptCursorTex;
|
|
#endif
|
|
|
|
#define dgPauseUnusedCursorTex "__OTR__textures/icon_item_static/gPauseUnusedCursorTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseUnusedCursorTex[] = dgPauseUnusedCursorTex;
|
|
#else
|
|
static const char gPauseUnusedCursorTex[] __attribute__((aligned (2))) = dgPauseUnusedCursorTex;
|
|
#endif
|
|
|
|
#define dgPauseMenuCursorTopLeftTex "__OTR__textures/icon_item_static/gPauseMenuCursorTopLeftTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMenuCursorTopLeftTex[] = dgPauseMenuCursorTopLeftTex;
|
|
#else
|
|
static const char gPauseMenuCursorTopLeftTex[] __attribute__((aligned (2))) = dgPauseMenuCursorTopLeftTex;
|
|
#endif
|
|
|
|
#define dgPauseMenuCursorTopRightTex "__OTR__textures/icon_item_static/gPauseMenuCursorTopRightTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMenuCursorTopRightTex[] = dgPauseMenuCursorTopRightTex;
|
|
#else
|
|
static const char gPauseMenuCursorTopRightTex[] __attribute__((aligned (2))) = dgPauseMenuCursorTopRightTex;
|
|
#endif
|
|
|
|
#define dgPauseMenuCursorBottomLeftTex "__OTR__textures/icon_item_static/gPauseMenuCursorBottomLeftTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMenuCursorBottomLeftTex[] = dgPauseMenuCursorBottomLeftTex;
|
|
#else
|
|
static const char gPauseMenuCursorBottomLeftTex[] __attribute__((aligned (2))) = dgPauseMenuCursorBottomLeftTex;
|
|
#endif
|
|
|
|
#define dgPauseMenuCursorBottomRightTex "__OTR__textures/icon_item_static/gPauseMenuCursorBottomRightTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMenuCursorBottomRightTex[] = dgPauseMenuCursorBottomRightTex;
|
|
#else
|
|
static const char gPauseMenuCursorBottomRightTex[] __attribute__((aligned (2))) = dgPauseMenuCursorBottomRightTex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment00Tex "__OTR__textures/icon_item_static/gPauseEquipment00Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment00Tex[] = dgPauseEquipment00Tex;
|
|
#else
|
|
static const char gPauseEquipment00Tex[] __attribute__((aligned (2))) = dgPauseEquipment00Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment20Tex "__OTR__textures/icon_item_static/gPauseEquipment20Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment20Tex[] = dgPauseEquipment20Tex;
|
|
#else
|
|
static const char gPauseEquipment20Tex[] __attribute__((aligned (2))) = dgPauseEquipment20Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap00Tex "__OTR__textures/icon_item_static/gPauseMap00Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap00Tex[] = dgPauseMap00Tex;
|
|
#else
|
|
static const char gPauseMap00Tex[] __attribute__((aligned (2))) = dgPauseMap00Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap20Tex "__OTR__textures/icon_item_static/gPauseMap20Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap20Tex[] = dgPauseMap20Tex;
|
|
#else
|
|
static const char gPauseMap20Tex[] __attribute__((aligned (2))) = dgPauseMap20Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus00Tex "__OTR__textures/icon_item_static/gPauseQuestStatus00Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus00Tex[] = dgPauseQuestStatus00Tex;
|
|
#else
|
|
static const char gPauseQuestStatus00Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus00Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus20Tex "__OTR__textures/icon_item_static/gPauseQuestStatus20Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus20Tex[] = dgPauseQuestStatus20Tex;
|
|
#else
|
|
static const char gPauseQuestStatus20Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus20Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave00Tex "__OTR__textures/icon_item_static/gPauseSave00Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave00Tex[] = dgPauseSave00Tex;
|
|
#else
|
|
static const char gPauseSave00Tex[] __attribute__((aligned (2))) = dgPauseSave00Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave20Tex "__OTR__textures/icon_item_static/gPauseSave20Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave20Tex[] = dgPauseSave20Tex;
|
|
#else
|
|
static const char gPauseSave20Tex[] __attribute__((aligned (2))) = dgPauseSave20Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment01Tex "__OTR__textures/icon_item_static/gPauseEquipment01Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment01Tex[] = dgPauseEquipment01Tex;
|
|
#else
|
|
static const char gPauseEquipment01Tex[] __attribute__((aligned (2))) = dgPauseEquipment01Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment11Tex "__OTR__textures/icon_item_static/gPauseEquipment11Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment11Tex[] = dgPauseEquipment11Tex;
|
|
#else
|
|
static const char gPauseEquipment11Tex[] __attribute__((aligned (2))) = dgPauseEquipment11Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment21Tex "__OTR__textures/icon_item_static/gPauseEquipment21Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment21Tex[] = dgPauseEquipment21Tex;
|
|
#else
|
|
static const char gPauseEquipment21Tex[] __attribute__((aligned (2))) = dgPauseEquipment21Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem01Tex "__OTR__textures/icon_item_static/gPauseSelectItem01Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem01Tex[] = dgPauseSelectItem01Tex;
|
|
#else
|
|
static const char gPauseSelectItem01Tex[] __attribute__((aligned (2))) = dgPauseSelectItem01Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem11Tex "__OTR__textures/icon_item_static/gPauseSelectItem11Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem11Tex[] = dgPauseSelectItem11Tex;
|
|
#else
|
|
static const char gPauseSelectItem11Tex[] __attribute__((aligned (2))) = dgPauseSelectItem11Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem21Tex "__OTR__textures/icon_item_static/gPauseSelectItem21Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem21Tex[] = dgPauseSelectItem21Tex;
|
|
#else
|
|
static const char gPauseSelectItem21Tex[] __attribute__((aligned (2))) = dgPauseSelectItem21Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap01Tex "__OTR__textures/icon_item_static/gPauseMap01Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap01Tex[] = dgPauseMap01Tex;
|
|
#else
|
|
static const char gPauseMap01Tex[] __attribute__((aligned (2))) = dgPauseMap01Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap11Tex "__OTR__textures/icon_item_static/gPauseMap11Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap11Tex[] = dgPauseMap11Tex;
|
|
#else
|
|
static const char gPauseMap11Tex[] __attribute__((aligned (2))) = dgPauseMap11Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap21Tex "__OTR__textures/icon_item_static/gPauseMap21Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap21Tex[] = dgPauseMap21Tex;
|
|
#else
|
|
static const char gPauseMap21Tex[] __attribute__((aligned (2))) = dgPauseMap21Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus01Tex "__OTR__textures/icon_item_static/gPauseQuestStatus01Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus01Tex[] = dgPauseQuestStatus01Tex;
|
|
#else
|
|
static const char gPauseQuestStatus01Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus01Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus11Tex "__OTR__textures/icon_item_static/gPauseQuestStatus11Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus11Tex[] = dgPauseQuestStatus11Tex;
|
|
#else
|
|
static const char gPauseQuestStatus11Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus11Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus21Tex "__OTR__textures/icon_item_static/gPauseQuestStatus21Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus21Tex[] = dgPauseQuestStatus21Tex;
|
|
#else
|
|
static const char gPauseQuestStatus21Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus21Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave01Tex "__OTR__textures/icon_item_static/gPauseSave01Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave01Tex[] = dgPauseSave01Tex;
|
|
#else
|
|
static const char gPauseSave01Tex[] __attribute__((aligned (2))) = dgPauseSave01Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave11Tex "__OTR__textures/icon_item_static/gPauseSave11Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave11Tex[] = dgPauseSave11Tex;
|
|
#else
|
|
static const char gPauseSave11Tex[] __attribute__((aligned (2))) = dgPauseSave11Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave21Tex "__OTR__textures/icon_item_static/gPauseSave21Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave21Tex[] = dgPauseSave21Tex;
|
|
#else
|
|
static const char gPauseSave21Tex[] __attribute__((aligned (2))) = dgPauseSave21Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment02Tex "__OTR__textures/icon_item_static/gPauseEquipment02Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment02Tex[] = dgPauseEquipment02Tex;
|
|
#else
|
|
static const char gPauseEquipment02Tex[] __attribute__((aligned (2))) = dgPauseEquipment02Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment12Tex "__OTR__textures/icon_item_static/gPauseEquipment12Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment12Tex[] = dgPauseEquipment12Tex;
|
|
#else
|
|
static const char gPauseEquipment12Tex[] __attribute__((aligned (2))) = dgPauseEquipment12Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment22Tex "__OTR__textures/icon_item_static/gPauseEquipment22Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment22Tex[] = dgPauseEquipment22Tex;
|
|
#else
|
|
static const char gPauseEquipment22Tex[] __attribute__((aligned (2))) = dgPauseEquipment22Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem02Tex "__OTR__textures/icon_item_static/gPauseSelectItem02Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem02Tex[] = dgPauseSelectItem02Tex;
|
|
#else
|
|
static const char gPauseSelectItem02Tex[] __attribute__((aligned (2))) = dgPauseSelectItem02Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem12Tex "__OTR__textures/icon_item_static/gPauseSelectItem12Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem12Tex[] = dgPauseSelectItem12Tex;
|
|
#else
|
|
static const char gPauseSelectItem12Tex[] __attribute__((aligned (2))) = dgPauseSelectItem12Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem22Tex "__OTR__textures/icon_item_static/gPauseSelectItem22Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem22Tex[] = dgPauseSelectItem22Tex;
|
|
#else
|
|
static const char gPauseSelectItem22Tex[] __attribute__((aligned (2))) = dgPauseSelectItem22Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap02Tex "__OTR__textures/icon_item_static/gPauseMap02Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap02Tex[] = dgPauseMap02Tex;
|
|
#else
|
|
static const char gPauseMap02Tex[] __attribute__((aligned (2))) = dgPauseMap02Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap12Tex "__OTR__textures/icon_item_static/gPauseMap12Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap12Tex[] = dgPauseMap12Tex;
|
|
#else
|
|
static const char gPauseMap12Tex[] __attribute__((aligned (2))) = dgPauseMap12Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap22Tex "__OTR__textures/icon_item_static/gPauseMap22Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap22Tex[] = dgPauseMap22Tex;
|
|
#else
|
|
static const char gPauseMap22Tex[] __attribute__((aligned (2))) = dgPauseMap22Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus02Tex "__OTR__textures/icon_item_static/gPauseQuestStatus02Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus02Tex[] = dgPauseQuestStatus02Tex;
|
|
#else
|
|
static const char gPauseQuestStatus02Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus02Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus12Tex "__OTR__textures/icon_item_static/gPauseQuestStatus12Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus12Tex[] = dgPauseQuestStatus12Tex;
|
|
#else
|
|
static const char gPauseQuestStatus12Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus12Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus22Tex "__OTR__textures/icon_item_static/gPauseQuestStatus22Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus22Tex[] = dgPauseQuestStatus22Tex;
|
|
#else
|
|
static const char gPauseQuestStatus22Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus22Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave02Tex "__OTR__textures/icon_item_static/gPauseSave02Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave02Tex[] = dgPauseSave02Tex;
|
|
#else
|
|
static const char gPauseSave02Tex[] __attribute__((aligned (2))) = dgPauseSave02Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave12Tex "__OTR__textures/icon_item_static/gPauseSave12Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave12Tex[] = dgPauseSave12Tex;
|
|
#else
|
|
static const char gPauseSave12Tex[] __attribute__((aligned (2))) = dgPauseSave12Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave22Tex "__OTR__textures/icon_item_static/gPauseSave22Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave22Tex[] = dgPauseSave22Tex;
|
|
#else
|
|
static const char gPauseSave22Tex[] __attribute__((aligned (2))) = dgPauseSave22Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment03Tex "__OTR__textures/icon_item_static/gPauseEquipment03Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment03Tex[] = dgPauseEquipment03Tex;
|
|
#else
|
|
static const char gPauseEquipment03Tex[] __attribute__((aligned (2))) = dgPauseEquipment03Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment13Tex "__OTR__textures/icon_item_static/gPauseEquipment13Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment13Tex[] = dgPauseEquipment13Tex;
|
|
#else
|
|
static const char gPauseEquipment13Tex[] __attribute__((aligned (2))) = dgPauseEquipment13Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment23Tex "__OTR__textures/icon_item_static/gPauseEquipment23Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment23Tex[] = dgPauseEquipment23Tex;
|
|
#else
|
|
static const char gPauseEquipment23Tex[] __attribute__((aligned (2))) = dgPauseEquipment23Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem03Tex "__OTR__textures/icon_item_static/gPauseSelectItem03Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem03Tex[] = dgPauseSelectItem03Tex;
|
|
#else
|
|
static const char gPauseSelectItem03Tex[] __attribute__((aligned (2))) = dgPauseSelectItem03Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem13Tex "__OTR__textures/icon_item_static/gPauseSelectItem13Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem13Tex[] = dgPauseSelectItem13Tex;
|
|
#else
|
|
static const char gPauseSelectItem13Tex[] __attribute__((aligned (2))) = dgPauseSelectItem13Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem23Tex "__OTR__textures/icon_item_static/gPauseSelectItem23Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem23Tex[] = dgPauseSelectItem23Tex;
|
|
#else
|
|
static const char gPauseSelectItem23Tex[] __attribute__((aligned (2))) = dgPauseSelectItem23Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap03Tex "__OTR__textures/icon_item_static/gPauseMap03Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap03Tex[] = dgPauseMap03Tex;
|
|
#else
|
|
static const char gPauseMap03Tex[] __attribute__((aligned (2))) = dgPauseMap03Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap13Tex "__OTR__textures/icon_item_static/gPauseMap13Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap13Tex[] = dgPauseMap13Tex;
|
|
#else
|
|
static const char gPauseMap13Tex[] __attribute__((aligned (2))) = dgPauseMap13Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap23Tex "__OTR__textures/icon_item_static/gPauseMap23Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap23Tex[] = dgPauseMap23Tex;
|
|
#else
|
|
static const char gPauseMap23Tex[] __attribute__((aligned (2))) = dgPauseMap23Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus03Tex "__OTR__textures/icon_item_static/gPauseQuestStatus03Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus03Tex[] = dgPauseQuestStatus03Tex;
|
|
#else
|
|
static const char gPauseQuestStatus03Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus03Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus13Tex "__OTR__textures/icon_item_static/gPauseQuestStatus13Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus13Tex[] = dgPauseQuestStatus13Tex;
|
|
#else
|
|
static const char gPauseQuestStatus13Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus13Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus23Tex "__OTR__textures/icon_item_static/gPauseQuestStatus23Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus23Tex[] = dgPauseQuestStatus23Tex;
|
|
#else
|
|
static const char gPauseQuestStatus23Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus23Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave03Tex "__OTR__textures/icon_item_static/gPauseSave03Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave03Tex[] = dgPauseSave03Tex;
|
|
#else
|
|
static const char gPauseSave03Tex[] __attribute__((aligned (2))) = dgPauseSave03Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave13Tex "__OTR__textures/icon_item_static/gPauseSave13Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave13Tex[] = dgPauseSave13Tex;
|
|
#else
|
|
static const char gPauseSave13Tex[] __attribute__((aligned (2))) = dgPauseSave13Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave23Tex "__OTR__textures/icon_item_static/gPauseSave23Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave23Tex[] = dgPauseSave23Tex;
|
|
#else
|
|
static const char gPauseSave23Tex[] __attribute__((aligned (2))) = dgPauseSave23Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment04Tex "__OTR__textures/icon_item_static/gPauseEquipment04Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment04Tex[] = dgPauseEquipment04Tex;
|
|
#else
|
|
static const char gPauseEquipment04Tex[] __attribute__((aligned (2))) = dgPauseEquipment04Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment14Tex "__OTR__textures/icon_item_static/gPauseEquipment14Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment14Tex[] = dgPauseEquipment14Tex;
|
|
#else
|
|
static const char gPauseEquipment14Tex[] __attribute__((aligned (2))) = dgPauseEquipment14Tex;
|
|
#endif
|
|
|
|
#define dgPauseEquipment24Tex "__OTR__textures/icon_item_static/gPauseEquipment24Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseEquipment24Tex[] = dgPauseEquipment24Tex;
|
|
#else
|
|
static const char gPauseEquipment24Tex[] __attribute__((aligned (2))) = dgPauseEquipment24Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem04Tex "__OTR__textures/icon_item_static/gPauseSelectItem04Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem04Tex[] = dgPauseSelectItem04Tex;
|
|
#else
|
|
static const char gPauseSelectItem04Tex[] __attribute__((aligned (2))) = dgPauseSelectItem04Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem14Tex "__OTR__textures/icon_item_static/gPauseSelectItem14Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem14Tex[] = dgPauseSelectItem14Tex;
|
|
#else
|
|
static const char gPauseSelectItem14Tex[] __attribute__((aligned (2))) = dgPauseSelectItem14Tex;
|
|
#endif
|
|
|
|
#define dgPauseSelectItem24Tex "__OTR__textures/icon_item_static/gPauseSelectItem24Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSelectItem24Tex[] = dgPauseSelectItem24Tex;
|
|
#else
|
|
static const char gPauseSelectItem24Tex[] __attribute__((aligned (2))) = dgPauseSelectItem24Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap04Tex "__OTR__textures/icon_item_static/gPauseMap04Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap04Tex[] = dgPauseMap04Tex;
|
|
#else
|
|
static const char gPauseMap04Tex[] __attribute__((aligned (2))) = dgPauseMap04Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap14Tex "__OTR__textures/icon_item_static/gPauseMap14Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap14Tex[] = dgPauseMap14Tex;
|
|
#else
|
|
static const char gPauseMap14Tex[] __attribute__((aligned (2))) = dgPauseMap14Tex;
|
|
#endif
|
|
|
|
#define dgPauseMap24Tex "__OTR__textures/icon_item_static/gPauseMap24Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseMap24Tex[] = dgPauseMap24Tex;
|
|
#else
|
|
static const char gPauseMap24Tex[] __attribute__((aligned (2))) = dgPauseMap24Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus04Tex "__OTR__textures/icon_item_static/gPauseQuestStatus04Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus04Tex[] = dgPauseQuestStatus04Tex;
|
|
#else
|
|
static const char gPauseQuestStatus04Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus04Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus14Tex "__OTR__textures/icon_item_static/gPauseQuestStatus14Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus14Tex[] = dgPauseQuestStatus14Tex;
|
|
#else
|
|
static const char gPauseQuestStatus14Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus14Tex;
|
|
#endif
|
|
|
|
#define dgPauseQuestStatus24Tex "__OTR__textures/icon_item_static/gPauseQuestStatus24Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseQuestStatus24Tex[] = dgPauseQuestStatus24Tex;
|
|
#else
|
|
static const char gPauseQuestStatus24Tex[] __attribute__((aligned (2))) = dgPauseQuestStatus24Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave04Tex "__OTR__textures/icon_item_static/gPauseSave04Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave04Tex[] = dgPauseSave04Tex;
|
|
#else
|
|
static const char gPauseSave04Tex[] __attribute__((aligned (2))) = dgPauseSave04Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave14Tex "__OTR__textures/icon_item_static/gPauseSave14Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave14Tex[] = dgPauseSave14Tex;
|
|
#else
|
|
static const char gPauseSave14Tex[] __attribute__((aligned (2))) = dgPauseSave14Tex;
|
|
#endif
|
|
|
|
#define dgPauseSave24Tex "__OTR__textures/icon_item_static/gPauseSave24Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseSave24Tex[] = dgPauseSave24Tex;
|
|
#else
|
|
static const char gPauseSave24Tex[] __attribute__((aligned (2))) = dgPauseSave24Tex;
|
|
#endif
|
|
|
|
#define dgPauseGameOver10Tex "__OTR__textures/icon_item_static/gPauseGameOver10Tex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPauseGameOver10Tex[] = dgPauseGameOver10Tex;
|
|
#else
|
|
static const char gPauseGameOver10Tex[] __attribute__((aligned (2))) = dgPauseGameOver10Tex;
|
|
#endif
|
|
|
|
#define dgABtnSymbolTex "__OTR__textures/icon_item_static/gABtnSymbolTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gABtnSymbolTex[] = dgABtnSymbolTex;
|
|
#else
|
|
static const char gABtnSymbolTex[] __attribute__((aligned (2))) = dgABtnSymbolTex;
|
|
#endif
|
|
|
|
#define dgBBtnSymbolTex "__OTR__textures/icon_item_static/gBBtnSymbolTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBBtnSymbolTex[] = dgBBtnSymbolTex;
|
|
#else
|
|
static const char gBBtnSymbolTex[] __attribute__((aligned (2))) = dgBBtnSymbolTex;
|
|
#endif
|
|
|
|
#define dgCBtnSymbolsTex "__OTR__textures/icon_item_static/gCBtnSymbolsTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCBtnSymbolsTex[] = dgCBtnSymbolsTex;
|
|
#else
|
|
static const char gCBtnSymbolsTex[] __attribute__((aligned (2))) = dgCBtnSymbolsTex;
|
|
#endif
|
|
|
|
#define dgNamePanelLeftTex "__OTR__textures/icon_item_static/gNamePanelLeftTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gNamePanelLeftTex[] = dgNamePanelLeftTex;
|
|
#else
|
|
static const char gNamePanelLeftTex[] __attribute__((aligned (2))) = dgNamePanelLeftTex;
|
|
#endif
|
|
|
|
#define dgNamePanelRightTex "__OTR__textures/icon_item_static/gNamePanelRightTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gNamePanelRightTex[] = dgNamePanelRightTex;
|
|
#else
|
|
static const char gNamePanelRightTex[] __attribute__((aligned (2))) = dgNamePanelRightTex;
|
|
#endif
|
|
|
|
#define dgLButtonTex "__OTR__textures/icon_item_static/gLButtonTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gLButtonTex[] = dgLButtonTex;
|
|
#else
|
|
static const char gLButtonTex[] __attribute__((aligned (2))) = dgLButtonTex;
|
|
#endif
|
|
|
|
#define dgRButtonTex "__OTR__textures/icon_item_static/gRButtonTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gRButtonTex[] = dgRButtonTex;
|
|
#else
|
|
static const char gRButtonTex[] __attribute__((aligned (2))) = dgRButtonTex;
|
|
#endif
|
|
|
|
#define dgUnknownJPTex "__OTR__textures/icon_item_static/gUnknownJPTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gUnknownJPTex[] = dgUnknownJPTex;
|
|
#else
|
|
static const char gUnknownJPTex[] __attribute__((aligned (2))) = dgUnknownJPTex;
|
|
#endif
|
|
|
|
#define dgSongNoteTex "__OTR__textures/icon_item_static/gSongNoteTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gSongNoteTex[] = dgSongNoteTex;
|
|
#else
|
|
static const char gSongNoteTex[] __attribute__((aligned (2))) = dgSongNoteTex;
|
|
#endif
|
|
|
|
#define dgMagicArrowEquipEffectTex "__OTR__textures/icon_item_static/gMagicArrowEquipEffectTex"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gMagicArrowEquipEffectTex[] = dgMagicArrowEquipEffectTex;
|
|
#else
|
|
static const char gMagicArrowEquipEffectTex[] __attribute__((aligned (2))) = dgMagicArrowEquipEffectTex;
|
|
#endif
|
|
|
|
#define dgItemNamePanelDL "__OTR__textures/icon_item_static/gItemNamePanelDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gItemNamePanelDL[] = dgItemNamePanelDL;
|
|
#else
|
|
static const char gItemNamePanelDL[] __attribute__((aligned (2))) = dgItemNamePanelDL;
|
|
#endif
|
|
|
|
#define dgLButtonIconDL "__OTR__textures/icon_item_static/gLButtonIconDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gLButtonIconDL[] = dgLButtonIconDL;
|
|
#else
|
|
static const char gLButtonIconDL[] __attribute__((aligned (2))) = dgLButtonIconDL;
|
|
#endif
|
|
|
|
#define dgRButtonIconDL "__OTR__textures/icon_item_static/gRButtonIconDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gRButtonIconDL[] = dgRButtonIconDL;
|
|
#else
|
|
static const char gRButtonIconDL[] __attribute__((aligned (2))) = dgRButtonIconDL;
|
|
#endif
|
|
|
|
#define dgCButtonIconsDL "__OTR__textures/icon_item_static/gCButtonIconsDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gCButtonIconsDL[] = dgCButtonIconsDL;
|
|
#else
|
|
static const char gCButtonIconsDL[] __attribute__((aligned (2))) = dgCButtonIconsDL;
|
|
#endif
|
|
|
|
#define dgAButtonIconDL "__OTR__textures/icon_item_static/gAButtonIconDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gAButtonIconDL[] = dgAButtonIconDL;
|
|
#else
|
|
static const char gAButtonIconDL[] __attribute__((aligned (2))) = dgAButtonIconDL;
|
|
#endif
|
|
|
|
#define dgBButtonIconDL "__OTR__textures/icon_item_static/gBButtonIconDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gBButtonIconDL[] = dgBButtonIconDL;
|
|
#else
|
|
static const char gBButtonIconDL[] __attribute__((aligned (2))) = dgBButtonIconDL;
|
|
#endif
|
|
|
|
#define dgPromptCursorLeftDL "__OTR__textures/icon_item_static/gPromptCursorLeftDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPromptCursorLeftDL[] = dgPromptCursorLeftDL;
|
|
#else
|
|
static const char gPromptCursorLeftDL[] __attribute__((aligned (2))) = dgPromptCursorLeftDL;
|
|
#endif
|
|
|
|
#define dgPromptCursorRightDL "__OTR__textures/icon_item_static/gPromptCursorRightDL"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char gPromptCursorRightDL[] = dgPromptCursorRightDL;
|
|
#else
|
|
static const char gPromptCursorRightDL[] __attribute__((aligned (2))) = dgPromptCursorRightDL;
|
|
#endif
|
|
|
|
|