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 dHAKAdan_room_19DL_0011E0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_0011E0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19DL_0011E0[] = dHAKAdan_room_19DL_0011E0;
#else
static const char HAKAdan_room_19DL_0011E0[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_0011E0;
#endif
#define dHAKAdan_room_19Tex_002578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_002578"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19Tex_002578[] = dHAKAdan_room_19Tex_002578;
#else
static const char HAKAdan_room_19Tex_002578[] __attribute__((aligned (2))) = dHAKAdan_room_19Tex_002578;
#endif
#define dHAKAdan_room_19DL_001490 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_001490"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19DL_001490[] = dHAKAdan_room_19DL_001490;
#else
static const char HAKAdan_room_19DL_001490[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_001490;
#endif
#define dHAKAdan_room_19Tex_001578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_001578"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19Tex_001578[] = dHAKAdan_room_19Tex_001578;
#else
static const char HAKAdan_room_19Tex_001578[] __attribute__((aligned (2))) = dHAKAdan_room_19Tex_001578;
#endif
#define dHAKAdan_room_19DL_000290 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_000290"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19DL_000290[] = dHAKAdan_room_19DL_000290;
#else
static const char HAKAdan_room_19DL_000290[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_000290;
#endif
#define dHAKAdan_room_19DL_000938 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_000938"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_19DL_000938[] = dHAKAdan_room_19DL_000938;
#else
static const char HAKAdan_room_19DL_000938[] __attribute__((aligned (2))) = dHAKAdan_room_19DL_000938;
#endif
#include "align_asset_macro.h"
#define dHAKAdan_room_19DL_0011E0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_0011E0"
static const ALIGN_ASSET(2) char HAKAdan_room_19DL_0011E0[] = dHAKAdan_room_19DL_0011E0;
#define dHAKAdan_room_19Tex_002578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_002578"
static const ALIGN_ASSET(2) char HAKAdan_room_19Tex_002578[] = dHAKAdan_room_19Tex_002578;
#define dHAKAdan_room_19DL_001490 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_001490"
static const ALIGN_ASSET(2) char HAKAdan_room_19DL_001490[] = dHAKAdan_room_19DL_001490;
#define dHAKAdan_room_19Tex_001578 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19Tex_001578"
static const ALIGN_ASSET(2) char HAKAdan_room_19Tex_001578[] = dHAKAdan_room_19Tex_001578;
#define dHAKAdan_room_19DL_000290 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_000290"
static const ALIGN_ASSET(2) char HAKAdan_room_19DL_000290[] = dHAKAdan_room_19DL_000290;
#define dHAKAdan_room_19DL_000938 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_19DL_000938"
static const ALIGN_ASSET(2) char HAKAdan_room_19DL_000938[] = dHAKAdan_room_19DL_000938;