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,30 +1,15 @@
#pragma once
#define dHAKAdan_room_1DL_001110 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_001110"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1DL_001110[] = dHAKAdan_room_1DL_001110;
#else
static const char HAKAdan_room_1DL_001110[] __attribute__((aligned (2))) = dHAKAdan_room_1DL_001110;
#endif
#define dHAKAdan_room_1Tex_0012E8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1Tex_0012E8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1Tex_0012E8[] = dHAKAdan_room_1Tex_0012E8;
#else
static const char HAKAdan_room_1Tex_0012E8[] __attribute__((aligned (2))) = dHAKAdan_room_1Tex_0012E8;
#endif
#define dHAKAdan_room_1DL_000270 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_000270"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1DL_000270[] = dHAKAdan_room_1DL_000270;
#else
static const char HAKAdan_room_1DL_000270[] __attribute__((aligned (2))) = dHAKAdan_room_1DL_000270;
#endif
#define dHAKAdan_room_1DL_0008F8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_0008F8"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_1DL_0008F8[] = dHAKAdan_room_1DL_0008F8;
#else
static const char HAKAdan_room_1DL_0008F8[] __attribute__((aligned (2))) = dHAKAdan_room_1DL_0008F8;
#endif
#include "align_asset_macro.h"
#define dHAKAdan_room_1DL_001110 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_001110"
static const ALIGN_ASSET(2) char HAKAdan_room_1DL_001110[] = dHAKAdan_room_1DL_001110;
#define dHAKAdan_room_1Tex_0012E8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1Tex_0012E8"
static const ALIGN_ASSET(2) char HAKAdan_room_1Tex_0012E8[] = dHAKAdan_room_1Tex_0012E8;
#define dHAKAdan_room_1DL_000270 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_000270"
static const ALIGN_ASSET(2) char HAKAdan_room_1DL_000270[] = dHAKAdan_room_1DL_000270;
#define dHAKAdan_room_1DL_0008F8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_1DL_0008F8"
static const ALIGN_ASSET(2) char HAKAdan_room_1DL_0008F8[] = dHAKAdan_room_1DL_0008F8;