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,128 @@
#pragma once
#define dgMoriElevatorBarTex "__OTR__objects/object_mori_tex/gMoriElevatorBarTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriElevatorBarTex[] = dgMoriElevatorBarTex;
#else
static const char gMoriElevatorBarTex[] __attribute__((aligned (2))) = dgMoriElevatorBarTex;
#endif
#define dgMoriElevatorTopTex "__OTR__objects/object_mori_tex/gMoriElevatorTopTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriElevatorTopTex[] = dgMoriElevatorTopTex;
#else
static const char gMoriElevatorTopTex[] __attribute__((aligned (2))) = dgMoriElevatorTopTex;
#endif
#define dgMoriElevatorSideTex "__OTR__objects/object_mori_tex/gMoriElevatorSideTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriElevatorSideTex[] = dgMoriElevatorSideTex;
#else
static const char gMoriElevatorSideTex[] __attribute__((aligned (2))) = dgMoriElevatorSideTex;
#endif
#define dgMorieStoneWallTex "__OTR__objects/object_mori_tex/gMorieStoneWallTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMorieStoneWallTex[] = dgMorieStoneWallTex;
#else
static const char gMorieStoneWallTex[] __attribute__((aligned (2))) = dgMorieStoneWallTex;
#endif
#define dgMoriKaitenkabeMetalWallTex "__OTR__objects/object_mori_tex/gMoriKaitenkabeMetalWallTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriKaitenkabeMetalWallTex[] = dgMoriKaitenkabeMetalWallTex;
#else
static const char gMoriKaitenkabeMetalWallTex[] __attribute__((aligned (2))) = dgMoriKaitenkabeMetalWallTex;
#endif
#define dgMoriRakkatenjoCheckerboardTex "__OTR__objects/object_mori_tex/gMoriRakkatenjoCheckerboardTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriRakkatenjoCheckerboardTex[] = dgMoriRakkatenjoCheckerboardTex;
#else
static const char gMoriRakkatenjoCheckerboardTex[] __attribute__((aligned (2))) = dgMoriRakkatenjoCheckerboardTex;
#endif
#define dgMoriStalfosPlatformSideTex "__OTR__objects/object_mori_tex/gMoriStalfosPlatformSideTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriStalfosPlatformSideTex[] = dgMoriStalfosPlatformSideTex;
#else
static const char gMoriStalfosPlatformSideTex[] __attribute__((aligned (2))) = dgMoriStalfosPlatformSideTex;
#endif
#define dgMoriStalfosPlatformTopTex "__OTR__objects/object_mori_tex/gMoriStalfosPlatformTopTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriStalfosPlatformTopTex[] = dgMoriStalfosPlatformTopTex;
#else
static const char gMoriStalfosPlatformTopTex[] __attribute__((aligned (2))) = dgMoriStalfosPlatformTopTex;
#endif
#define dgMoriHashiraPlatformsTex "__OTR__objects/object_mori_tex/gMoriHashiraPlatformsTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriHashiraPlatformsTex[] = dgMoriHashiraPlatformsTex;
#else
static const char gMoriHashiraPlatformsTex[] __attribute__((aligned (2))) = dgMoriHashiraPlatformsTex;
#endif
#define dgMoriWaterTex "__OTR__objects/object_mori_tex/gMoriWaterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriWaterTex[] = dgMoriWaterTex;
#else
static const char gMoriWaterTex[] __attribute__((aligned (2))) = dgMoriWaterTex;
#endif
#define dgMoriHashigoLadderTex "__OTR__objects/object_mori_tex/gMoriHashigoLadderTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriHashigoLadderTex[] = dgMoriHashigoLadderTex;
#else
static const char gMoriHashigoLadderTex[] __attribute__((aligned (2))) = dgMoriHashigoLadderTex;
#endif
#define dgForestTwistedHallwayPillarTex "__OTR__objects/object_mori_tex/gForestTwistedHallwayPillarTex"
#ifdef _WIN32
static const __declspec(align(2)) char gForestTwistedHallwayPillarTex[] = dgForestTwistedHallwayPillarTex;
#else
static const char gForestTwistedHallwayPillarTex[] __attribute__((aligned (2))) = dgForestTwistedHallwayPillarTex;
#endif
#define dgForestTwistedHallwayWallAndFloorTex "__OTR__objects/object_mori_tex/gForestTwistedHallwayWallAndFloorTex"
#ifdef _WIN32
static const __declspec(align(2)) char gForestTwistedHallwayWallAndFloorTex[] = dgForestTwistedHallwayWallAndFloorTex;
#else
static const char gForestTwistedHallwayWallAndFloorTex[] __attribute__((aligned (2))) = dgForestTwistedHallwayWallAndFloorTex;
#endif
#define dgForestTwistedHallwayWallDesignTex "__OTR__objects/object_mori_tex/gForestTwistedHallwayWallDesignTex"
#ifdef _WIN32
static const __declspec(align(2)) char gForestTwistedHallwayWallDesignTex[] = dgForestTwistedHallwayWallDesignTex;
#else
static const char gForestTwistedHallwayWallDesignTex[] __attribute__((aligned (2))) = dgForestTwistedHallwayWallDesignTex;
#endif
#define dgForestTwistedHallCarpetTex "__OTR__objects/object_mori_tex/gForestTwistedHallCarpetTex"
#ifdef _WIN32
static const __declspec(align(2)) char gForestTwistedHallCarpetTex[] = dgForestTwistedHallCarpetTex;
#else
static const char gForestTwistedHallCarpetTex[] __attribute__((aligned (2))) = dgForestTwistedHallCarpetTex;
#endif
#define dgForestTwistedHallLadderTex "__OTR__objects/object_mori_tex/gForestTwistedHallLadderTex"
#ifdef _WIN32
static const __declspec(align(2)) char gForestTwistedHallLadderTex[] = dgForestTwistedHallLadderTex;
#else
static const char gForestTwistedHallLadderTex[] __attribute__((aligned (2))) = dgForestTwistedHallLadderTex;
#endif
#define dgForestTwistedHallBrickTex "__OTR__objects/object_mori_tex/gForestTwistedHallBrickTex"
#ifdef _WIN32
static const __declspec(align(2)) char gForestTwistedHallBrickTex[] = dgForestTwistedHallBrickTex;
#else
static const char gForestTwistedHallBrickTex[] __attribute__((aligned (2))) = dgForestTwistedHallBrickTex;
#endif
#define dgMoriHashiraGateTex "__OTR__objects/object_mori_tex/gMoriHashiraGateTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMoriHashiraGateTex[] = dgMoriHashiraGateTex;
#else
static const char gMoriHashiraGateTex[] __attribute__((aligned (2))) = dgMoriHashiraGateTex;
#endif