Add asset headers (#2465)

This commit is contained in:
David Chavez
2023-02-14 14:29:46 +01:00
committed by GitHub
parent 8c87bc13db
commit 66b2d2d5fa
1637 changed files with 142018 additions and 61 deletions

View File

@@ -0,0 +1,44 @@
#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