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,51 +1,24 @@
#pragma once
#define dbdan_room_4DL_002B20 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4DL_002B20"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_4DL_002B20[] = dbdan_room_4DL_002B20;
#else
static const char bdan_room_4DL_002B20[] __attribute__((aligned (2))) = dbdan_room_4DL_002B20;
#endif
#define dbdan_room_4Tex_002B30 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Tex_002B30"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_4Tex_002B30[] = dbdan_room_4Tex_002B30;
#else
static const char bdan_room_4Tex_002B30[] __attribute__((aligned (2))) = dbdan_room_4Tex_002B30;
#endif
#define dbdan_room_4Tex_002F30 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Tex_002F30"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_4Tex_002F30[] = dbdan_room_4Tex_002F30;
#else
static const char bdan_room_4Tex_002F30[] __attribute__((aligned (2))) = dbdan_room_4Tex_002F30;
#endif
#define dbdan_room_4Tex_003730 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Tex_003730"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_4Tex_003730[] = dbdan_room_4Tex_003730;
#else
static const char bdan_room_4Tex_003730[] __attribute__((aligned (2))) = dbdan_room_4Tex_003730;
#endif
#define dbdan_room_4DL_0040F0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4DL_0040F0"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_4DL_0040F0[] = dbdan_room_4DL_0040F0;
#else
static const char bdan_room_4DL_0040F0[] __attribute__((aligned (2))) = dbdan_room_4DL_0040F0;
#endif
#define dbdan_room_4Set_000170DL_002B20 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Set_000170DL_002B20"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_4Set_000170DL_002B20[] = dbdan_room_4Set_000170DL_002B20;
#else
static const char bdan_room_4Set_000170DL_002B20[] __attribute__((aligned (2))) = dbdan_room_4Set_000170DL_002B20;
#endif
#define dbdan_room_4Set_000170DL_0040F0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Set_000170DL_0040F0"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_4Set_000170DL_0040F0[] = dbdan_room_4Set_000170DL_0040F0;
#else
static const char bdan_room_4Set_000170DL_0040F0[] __attribute__((aligned (2))) = dbdan_room_4Set_000170DL_0040F0;
#endif
#include "align_asset_macro.h"
#define dbdan_room_4DL_002B20 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4DL_002B20"
static const ALIGN_ASSET(2) char bdan_room_4DL_002B20[] = dbdan_room_4DL_002B20;
#define dbdan_room_4Tex_002B30 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Tex_002B30"
static const ALIGN_ASSET(2) char bdan_room_4Tex_002B30[] = dbdan_room_4Tex_002B30;
#define dbdan_room_4Tex_002F30 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Tex_002F30"
static const ALIGN_ASSET(2) char bdan_room_4Tex_002F30[] = dbdan_room_4Tex_002F30;
#define dbdan_room_4Tex_003730 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Tex_003730"
static const ALIGN_ASSET(2) char bdan_room_4Tex_003730[] = dbdan_room_4Tex_003730;
#define dbdan_room_4DL_0040F0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4DL_0040F0"
static const ALIGN_ASSET(2) char bdan_room_4DL_0040F0[] = dbdan_room_4DL_0040F0;
#define dbdan_room_4Set_000170DL_002B20 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Set_000170DL_002B20"
static const ALIGN_ASSET(2) char bdan_room_4Set_000170DL_002B20[] = dbdan_room_4Set_000170DL_002B20;
#define dbdan_room_4Set_000170DL_0040F0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_4Set_000170DL_0040F0"
static const ALIGN_ASSET(2) char bdan_room_4Set_000170DL_0040F0[] = dbdan_room_4Set_000170DL_0040F0;