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,23 +1,12 @@
#pragma once
#define dHAKAdan_room_13DL_0006E0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13DL_0006E0"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_13DL_0006E0[] = dHAKAdan_room_13DL_0006E0;
#else
static const char HAKAdan_room_13DL_0006E0[] __attribute__((aligned (2))) = dHAKAdan_room_13DL_0006E0;
#endif
#define dHAKAdan_room_13Tex_000818 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13Tex_000818"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_13Tex_000818[] = dHAKAdan_room_13Tex_000818;
#else
static const char HAKAdan_room_13Tex_000818[] __attribute__((aligned (2))) = dHAKAdan_room_13Tex_000818;
#endif
#define dHAKAdan_room_13DL_000450 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13DL_000450"
#ifdef _WIN32
static const __declspec(align(2)) char HAKAdan_room_13DL_000450[] = dHAKAdan_room_13DL_000450;
#else
static const char HAKAdan_room_13DL_000450[] __attribute__((aligned (2))) = dHAKAdan_room_13DL_000450;
#endif
#include "align_asset_macro.h"
#define dHAKAdan_room_13DL_0006E0 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13DL_0006E0"
static const ALIGN_ASSET(2) char HAKAdan_room_13DL_0006E0[] = dHAKAdan_room_13DL_0006E0;
#define dHAKAdan_room_13Tex_000818 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13Tex_000818"
static const ALIGN_ASSET(2) char HAKAdan_room_13Tex_000818[] = dHAKAdan_room_13Tex_000818;
#define dHAKAdan_room_13DL_000450 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_13DL_000450"
static const ALIGN_ASSET(2) char HAKAdan_room_13DL_000450[] = dHAKAdan_room_13DL_000450;