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 dbdan_room_7DL_002CB8 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7DL_002CB8"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_7DL_002CB8[] = dbdan_room_7DL_002CB8;
#else
static const char bdan_room_7DL_002CB8[] __attribute__((aligned (2))) = dbdan_room_7DL_002CB8;
#endif
#define dbdan_room_7Tex_002CD0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7Tex_002CD0"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_7Tex_002CD0[] = dbdan_room_7Tex_002CD0;
#else
static const char bdan_room_7Tex_002CD0[] __attribute__((aligned (2))) = dbdan_room_7Tex_002CD0;
#endif
#define dbdan_room_7Tex_0030D0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7Tex_0030D0"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_7Tex_0030D0[] = dbdan_room_7Tex_0030D0;
#else
static const char bdan_room_7Tex_0030D0[] __attribute__((aligned (2))) = dbdan_room_7Tex_0030D0;
#endif
#define dbdan_room_7Set_000150DL_002CB8 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7Set_000150DL_002CB8"
#ifdef _WIN32
static const __declspec(align(2)) char bdan_room_7Set_000150DL_002CB8[] = dbdan_room_7Set_000150DL_002CB8;
#else
static const char bdan_room_7Set_000150DL_002CB8[] __attribute__((aligned (2))) = dbdan_room_7Set_000150DL_002CB8;
#endif
#include "align_asset_macro.h"
#define dbdan_room_7DL_002CB8 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7DL_002CB8"
static const ALIGN_ASSET(2) char bdan_room_7DL_002CB8[] = dbdan_room_7DL_002CB8;
#define dbdan_room_7Tex_002CD0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7Tex_002CD0"
static const ALIGN_ASSET(2) char bdan_room_7Tex_002CD0[] = dbdan_room_7Tex_002CD0;
#define dbdan_room_7Tex_0030D0 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7Tex_0030D0"
static const ALIGN_ASSET(2) char bdan_room_7Tex_0030D0[] = dbdan_room_7Tex_0030D0;
#define dbdan_room_7Set_000150DL_002CB8 "__OTR__scenes/nonmq/bdan_scene/bdan_room_7Set_000150DL_002CB8"
static const ALIGN_ASSET(2) char bdan_room_7Set_000150DL_002CB8[] = dbdan_room_7Set_000150DL_002CB8;