Simplify Asset Headers (#2474)
This commit is contained in:
@@ -1,30 +1,15 @@
|
||||
#pragma once
|
||||
#define dHAKAdan_room_7DL_001100 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_001100"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char HAKAdan_room_7DL_001100[] = dHAKAdan_room_7DL_001100;
|
||||
#else
|
||||
static const char HAKAdan_room_7DL_001100[] __attribute__((aligned (2))) = dHAKAdan_room_7DL_001100;
|
||||
#endif
|
||||
|
||||
#define dHAKAdan_room_7Tex_0012D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7Tex_0012D8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char HAKAdan_room_7Tex_0012D8[] = dHAKAdan_room_7Tex_0012D8;
|
||||
#else
|
||||
static const char HAKAdan_room_7Tex_0012D8[] __attribute__((aligned (2))) = dHAKAdan_room_7Tex_0012D8;
|
||||
#endif
|
||||
|
||||
#define dHAKAdan_room_7DL_000260 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_000260"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char HAKAdan_room_7DL_000260[] = dHAKAdan_room_7DL_000260;
|
||||
#else
|
||||
static const char HAKAdan_room_7DL_000260[] __attribute__((aligned (2))) = dHAKAdan_room_7DL_000260;
|
||||
#endif
|
||||
|
||||
#define dHAKAdan_room_7DL_0008E8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_0008E8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char HAKAdan_room_7DL_0008E8[] = dHAKAdan_room_7DL_0008E8;
|
||||
#else
|
||||
static const char HAKAdan_room_7DL_0008E8[] __attribute__((aligned (2))) = dHAKAdan_room_7DL_0008E8;
|
||||
#endif
|
||||
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dHAKAdan_room_7DL_001100 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_001100"
|
||||
static const ALIGN_ASSET(2) char HAKAdan_room_7DL_001100[] = dHAKAdan_room_7DL_001100;
|
||||
|
||||
#define dHAKAdan_room_7Tex_0012D8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7Tex_0012D8"
|
||||
static const ALIGN_ASSET(2) char HAKAdan_room_7Tex_0012D8[] = dHAKAdan_room_7Tex_0012D8;
|
||||
|
||||
#define dHAKAdan_room_7DL_000260 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_000260"
|
||||
static const ALIGN_ASSET(2) char HAKAdan_room_7DL_000260[] = dHAKAdan_room_7DL_000260;
|
||||
|
||||
#define dHAKAdan_room_7DL_0008E8 "__OTR__scenes/nonmq/HAKAdan_scene/HAKAdan_room_7DL_0008E8"
|
||||
static const ALIGN_ASSET(2) char HAKAdan_room_7DL_0008E8[] = dHAKAdan_room_7DL_0008E8;
|
||||
Reference in New Issue
Block a user