Simplify Asset Headers (#2474)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user