Simplify Asset Headers (#2474)

This commit is contained in:
Amaro Martínez
2023-03-02 09:37:47 -05:00
committed by GitHub
parent 21466192e5
commit d3f864cea9
1075 changed files with 60897 additions and 139767 deletions

View File

@@ -1,121 +1,54 @@
#pragma once
#define dgKakarikoShootingGalleryDL "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryDL"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGalleryDL[] = dgKakarikoShootingGalleryDL;
#else
static const char gKakarikoShootingGalleryDL[] __attribute__((aligned (2))) = dgKakarikoShootingGalleryDL;
#endif
#define dgKakarikoShootingGallerySignDL "__OTR__objects/object_spot01_matoya/gKakarikoShootingGallerySignDL"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGallerySignDL[] = dgKakarikoShootingGallerySignDL;
#else
static const char gKakarikoShootingGallerySignDL[] __attribute__((aligned (2))) = dgKakarikoShootingGallerySignDL;
#endif
#define dgKakarikoShootingGalleryRoofEdgeTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryRoofEdgeTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGalleryRoofEdgeTex[] = dgKakarikoShootingGalleryRoofEdgeTex;
#else
static const char gKakarikoShootingGalleryRoofEdgeTex[] __attribute__((aligned (2))) = dgKakarikoShootingGalleryRoofEdgeTex;
#endif
#define dgKakarikoShootingGalleryRoofTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryRoofTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGalleryRoofTex[] = dgKakarikoShootingGalleryRoofTex;
#else
static const char gKakarikoShootingGalleryRoofTex[] __attribute__((aligned (2))) = dgKakarikoShootingGalleryRoofTex;
#endif
#define dgKakarikoShootingGalleryDoorShadowTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryDoorShadowTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGalleryDoorShadowTex[] = dgKakarikoShootingGalleryDoorShadowTex;
#else
static const char gKakarikoShootingGalleryDoorShadowTex[] __attribute__((aligned (2))) = dgKakarikoShootingGalleryDoorShadowTex;
#endif
#define dgKakarikoShootingGalleryWallTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryWallTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGalleryWallTex[] = dgKakarikoShootingGalleryWallTex;
#else
static const char gKakarikoShootingGalleryWallTex[] __attribute__((aligned (2))) = dgKakarikoShootingGalleryWallTex;
#endif
#define dgKakarikoShootingGallerySignTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGallerySignTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGallerySignTex[] = dgKakarikoShootingGallerySignTex;
#else
static const char gKakarikoShootingGallerySignTex[] __attribute__((aligned (2))) = dgKakarikoShootingGallerySignTex;
#endif
#define dgKakarikoShootingGalleryCol "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryCol"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGalleryCol[] = dgKakarikoShootingGalleryCol;
#else
static const char gKakarikoShootingGalleryCol[] __attribute__((aligned (2))) = dgKakarikoShootingGalleryCol;
#endif
#define dgKakarikoPotionShopSignDL "__OTR__objects/object_spot01_matoya/gKakarikoPotionShopSignDL"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoPotionShopSignDL[] = dgKakarikoPotionShopSignDL;
#else
static const char gKakarikoPotionShopSignDL[] __attribute__((aligned (2))) = dgKakarikoPotionShopSignDL;
#endif
#define dgKakarikoPotionShopSignTex "__OTR__objects/object_spot01_matoya/gKakarikoPotionShopSignTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoPotionShopSignTex[] = dgKakarikoPotionShopSignTex;
#else
static const char gKakarikoPotionShopSignTex[] __attribute__((aligned (2))) = dgKakarikoPotionShopSignTex;
#endif
#define dgKakarikoBazaarSignDL "__OTR__objects/object_spot01_matoya/gKakarikoBazaarSignDL"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoBazaarSignDL[] = dgKakarikoBazaarSignDL;
#else
static const char gKakarikoBazaarSignDL[] __attribute__((aligned (2))) = dgKakarikoBazaarSignDL;
#endif
#define dgKakarikoBazaarSignTex "__OTR__objects/object_spot01_matoya/gKakarikoBazaarSignTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoBazaarSignTex[] = dgKakarikoBazaarSignTex;
#else
static const char gKakarikoBazaarSignTex[] __attribute__((aligned (2))) = dgKakarikoBazaarSignTex;
#endif
#define dgKakarikoBOTWStoneDL "__OTR__objects/object_spot01_matoya/gKakarikoBOTWStoneDL"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoBOTWStoneDL[] = dgKakarikoBOTWStoneDL;
#else
static const char gKakarikoBOTWStoneDL[] __attribute__((aligned (2))) = dgKakarikoBOTWStoneDL;
#endif
#define dgKakarikoBOTWStoneTex "__OTR__objects/object_spot01_matoya/gKakarikoBOTWStoneTex"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoBOTWStoneTex[] = dgKakarikoBOTWStoneTex;
#else
static const char gKakarikoBOTWStoneTex[] __attribute__((aligned (2))) = dgKakarikoBOTWStoneTex;
#endif
#define dgKakarikoBOTWStoneCol "__OTR__objects/object_spot01_matoya/gKakarikoBOTWStoneCol"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoBOTWStoneCol[] = dgKakarikoBOTWStoneCol;
#else
static const char gKakarikoBOTWStoneCol[] __attribute__((aligned (2))) = dgKakarikoBOTWStoneCol;
#endif
#define dgKakarikoShootingGalleryTLUT "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryTLUT"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoShootingGalleryTLUT[] = dgKakarikoShootingGalleryTLUT;
#else
static const char gKakarikoShootingGalleryTLUT[] __attribute__((aligned (2))) = dgKakarikoShootingGalleryTLUT;
#endif
#define dgKakarikoBazaarSignTLUT "__OTR__objects/object_spot01_matoya/gKakarikoBazaarSignTLUT"
#ifdef _WIN32
static const __declspec(align(2)) char gKakarikoBazaarSignTLUT[] = dgKakarikoBazaarSignTLUT;
#else
static const char gKakarikoBazaarSignTLUT[] __attribute__((aligned (2))) = dgKakarikoBazaarSignTLUT;
#endif
#include "align_asset_macro.h"
#define dgKakarikoShootingGalleryDL "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryDL"
static const ALIGN_ASSET(2) char gKakarikoShootingGalleryDL[] = dgKakarikoShootingGalleryDL;
#define dgKakarikoShootingGallerySignDL "__OTR__objects/object_spot01_matoya/gKakarikoShootingGallerySignDL"
static const ALIGN_ASSET(2) char gKakarikoShootingGallerySignDL[] = dgKakarikoShootingGallerySignDL;
#define dgKakarikoShootingGalleryRoofEdgeTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryRoofEdgeTex"
static const ALIGN_ASSET(2) char gKakarikoShootingGalleryRoofEdgeTex[] = dgKakarikoShootingGalleryRoofEdgeTex;
#define dgKakarikoShootingGalleryRoofTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryRoofTex"
static const ALIGN_ASSET(2) char gKakarikoShootingGalleryRoofTex[] = dgKakarikoShootingGalleryRoofTex;
#define dgKakarikoShootingGalleryDoorShadowTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryDoorShadowTex"
static const ALIGN_ASSET(2) char gKakarikoShootingGalleryDoorShadowTex[] = dgKakarikoShootingGalleryDoorShadowTex;
#define dgKakarikoShootingGalleryWallTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryWallTex"
static const ALIGN_ASSET(2) char gKakarikoShootingGalleryWallTex[] = dgKakarikoShootingGalleryWallTex;
#define dgKakarikoShootingGallerySignTex "__OTR__objects/object_spot01_matoya/gKakarikoShootingGallerySignTex"
static const ALIGN_ASSET(2) char gKakarikoShootingGallerySignTex[] = dgKakarikoShootingGallerySignTex;
#define dgKakarikoShootingGalleryCol "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryCol"
static const ALIGN_ASSET(2) char gKakarikoShootingGalleryCol[] = dgKakarikoShootingGalleryCol;
#define dgKakarikoPotionShopSignDL "__OTR__objects/object_spot01_matoya/gKakarikoPotionShopSignDL"
static const ALIGN_ASSET(2) char gKakarikoPotionShopSignDL[] = dgKakarikoPotionShopSignDL;
#define dgKakarikoPotionShopSignTex "__OTR__objects/object_spot01_matoya/gKakarikoPotionShopSignTex"
static const ALIGN_ASSET(2) char gKakarikoPotionShopSignTex[] = dgKakarikoPotionShopSignTex;
#define dgKakarikoBazaarSignDL "__OTR__objects/object_spot01_matoya/gKakarikoBazaarSignDL"
static const ALIGN_ASSET(2) char gKakarikoBazaarSignDL[] = dgKakarikoBazaarSignDL;
#define dgKakarikoBazaarSignTex "__OTR__objects/object_spot01_matoya/gKakarikoBazaarSignTex"
static const ALIGN_ASSET(2) char gKakarikoBazaarSignTex[] = dgKakarikoBazaarSignTex;
#define dgKakarikoBOTWStoneDL "__OTR__objects/object_spot01_matoya/gKakarikoBOTWStoneDL"
static const ALIGN_ASSET(2) char gKakarikoBOTWStoneDL[] = dgKakarikoBOTWStoneDL;
#define dgKakarikoBOTWStoneTex "__OTR__objects/object_spot01_matoya/gKakarikoBOTWStoneTex"
static const ALIGN_ASSET(2) char gKakarikoBOTWStoneTex[] = dgKakarikoBOTWStoneTex;
#define dgKakarikoBOTWStoneCol "__OTR__objects/object_spot01_matoya/gKakarikoBOTWStoneCol"
static const ALIGN_ASSET(2) char gKakarikoBOTWStoneCol[] = dgKakarikoBOTWStoneCol;
#define dgKakarikoShootingGalleryTLUT "__OTR__objects/object_spot01_matoya/gKakarikoShootingGalleryTLUT"
static const ALIGN_ASSET(2) char gKakarikoShootingGalleryTLUT[] = dgKakarikoShootingGalleryTLUT;
#define dgKakarikoBazaarSignTLUT "__OTR__objects/object_spot01_matoya/gKakarikoBazaarSignTLUT"
static const ALIGN_ASSET(2) char gKakarikoBazaarSignTLUT[] = dgKakarikoBazaarSignTLUT;