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,44 +1,21 @@
#pragma once
#define dgGerudoFortressWastelandGateDL "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGerudoFortressWastelandGateDL[] = dgGerudoFortressWastelandGateDL;
#else
static const char gGerudoFortressWastelandGateDL[] __attribute__((aligned (2))) = dgGerudoFortressWastelandGateDL;
#endif
#define dgGerudoFortressWastelandGateTex "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGerudoFortressWastelandGateTex[] = dgGerudoFortressWastelandGateTex;
#else
static const char gGerudoFortressWastelandGateTex[] __attribute__((aligned (2))) = dgGerudoFortressWastelandGateTex;
#endif
#define dgGerudoFortressWastelandGateCol "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateCol"
#ifdef _WIN32
static const __declspec(align(2)) char gGerudoFortressWastelandGateCol[] = dgGerudoFortressWastelandGateCol;
#else
static const char gGerudoFortressWastelandGateCol[] __attribute__((aligned (2))) = dgGerudoFortressWastelandGateCol;
#endif
#define dgGerudoFortressGTGShutterDL "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterDL"
#ifdef _WIN32
static const __declspec(align(2)) char gGerudoFortressGTGShutterDL[] = dgGerudoFortressGTGShutterDL;
#else
static const char gGerudoFortressGTGShutterDL[] __attribute__((aligned (2))) = dgGerudoFortressGTGShutterDL;
#endif
#define dgGerudoFortressGTGShutterTex "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gGerudoFortressGTGShutterTex[] = dgGerudoFortressGTGShutterTex;
#else
static const char gGerudoFortressGTGShutterTex[] __attribute__((aligned (2))) = dgGerudoFortressGTGShutterTex;
#endif
#define dgGerudoFortressGTGShutterCol "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterCol"
#ifdef _WIN32
static const __declspec(align(2)) char gGerudoFortressGTGShutterCol[] = dgGerudoFortressGTGShutterCol;
#else
static const char gGerudoFortressGTGShutterCol[] __attribute__((aligned (2))) = dgGerudoFortressGTGShutterCol;
#endif
#include "align_asset_macro.h"
#define dgGerudoFortressWastelandGateDL "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateDL"
static const ALIGN_ASSET(2) char gGerudoFortressWastelandGateDL[] = dgGerudoFortressWastelandGateDL;
#define dgGerudoFortressWastelandGateTex "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateTex"
static const ALIGN_ASSET(2) char gGerudoFortressWastelandGateTex[] = dgGerudoFortressWastelandGateTex;
#define dgGerudoFortressWastelandGateCol "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateCol"
static const ALIGN_ASSET(2) char gGerudoFortressWastelandGateCol[] = dgGerudoFortressWastelandGateCol;
#define dgGerudoFortressGTGShutterDL "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterDL"
static const ALIGN_ASSET(2) char gGerudoFortressGTGShutterDL[] = dgGerudoFortressGTGShutterDL;
#define dgGerudoFortressGTGShutterTex "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterTex"
static const ALIGN_ASSET(2) char gGerudoFortressGTGShutterTex[] = dgGerudoFortressGTGShutterTex;
#define dgGerudoFortressGTGShutterCol "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterCol"
static const ALIGN_ASSET(2) char gGerudoFortressGTGShutterCol[] = dgGerudoFortressGTGShutterCol;