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 dganon_room_3DL_004F20 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3DL_004F20"
#ifdef _WIN32
static const __declspec(align(2)) char ganon_room_3DL_004F20[] = dganon_room_3DL_004F20;
#else
static const char ganon_room_3DL_004F20[] __attribute__((aligned (2))) = dganon_room_3DL_004F20;
#endif
#define dganon_room_3Tex_004F30 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_004F30"
#ifdef _WIN32
static const __declspec(align(2)) char ganon_room_3Tex_004F30[] = dganon_room_3Tex_004F30;
#else
static const char ganon_room_3Tex_004F30[] __attribute__((aligned (2))) = dganon_room_3Tex_004F30;
#endif
#define dganon_room_3Tex_005330 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_005330"
#ifdef _WIN32
static const __declspec(align(2)) char ganon_room_3Tex_005330[] = dganon_room_3Tex_005330;
#else
static const char ganon_room_3Tex_005330[] __attribute__((aligned (2))) = dganon_room_3Tex_005330;
#endif
#define dganon_room_3Tex_005730 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_005730"
#ifdef _WIN32
static const __declspec(align(2)) char ganon_room_3Tex_005730[] = dganon_room_3Tex_005730;
#else
static const char ganon_room_3Tex_005730[] __attribute__((aligned (2))) = dganon_room_3Tex_005730;
#endif
#define dganon_room_3Tex_005F30 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_005F30"
#ifdef _WIN32
static const __declspec(align(2)) char ganon_room_3Tex_005F30[] = dganon_room_3Tex_005F30;
#else
static const char ganon_room_3Tex_005F30[] __attribute__((aligned (2))) = dganon_room_3Tex_005F30;
#endif
#define dganon_room_3Tex_006730 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_006730"
#ifdef _WIN32
static const __declspec(align(2)) char ganon_room_3Tex_006730[] = dganon_room_3Tex_006730;
#else
static const char ganon_room_3Tex_006730[] __attribute__((aligned (2))) = dganon_room_3Tex_006730;
#endif
#include "align_asset_macro.h"
#define dganon_room_3DL_004F20 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3DL_004F20"
static const ALIGN_ASSET(2) char ganon_room_3DL_004F20[] = dganon_room_3DL_004F20;
#define dganon_room_3Tex_004F30 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_004F30"
static const ALIGN_ASSET(2) char ganon_room_3Tex_004F30[] = dganon_room_3Tex_004F30;
#define dganon_room_3Tex_005330 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_005330"
static const ALIGN_ASSET(2) char ganon_room_3Tex_005330[] = dganon_room_3Tex_005330;
#define dganon_room_3Tex_005730 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_005730"
static const ALIGN_ASSET(2) char ganon_room_3Tex_005730[] = dganon_room_3Tex_005730;
#define dganon_room_3Tex_005F30 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_005F30"
static const ALIGN_ASSET(2) char ganon_room_3Tex_005F30[] = dganon_room_3Tex_005F30;
#define dganon_room_3Tex_006730 "__OTR__scenes/nonmq/ganon_scene/ganon_room_3Tex_006730"
static const ALIGN_ASSET(2) char ganon_room_3Tex_006730[] = dganon_room_3Tex_006730;