Simplify Asset Headers (#2474)
This commit is contained in:
@@ -1,23 +1,12 @@
|
||||
#pragma once
|
||||
#define djyasinzou_room_11DL_000E40 "__OTR__scenes/nonmq/jyasinzou_scene/jyasinzou_room_11DL_000E40"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char jyasinzou_room_11DL_000E40[] = djyasinzou_room_11DL_000E40;
|
||||
#else
|
||||
static const char jyasinzou_room_11DL_000E40[] __attribute__((aligned (2))) = djyasinzou_room_11DL_000E40;
|
||||
#endif
|
||||
|
||||
#define djyasinzou_room_11DL_000530 "__OTR__scenes/nonmq/jyasinzou_scene/jyasinzou_room_11DL_000530"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char jyasinzou_room_11DL_000530[] = djyasinzou_room_11DL_000530;
|
||||
#else
|
||||
static const char jyasinzou_room_11DL_000530[] __attribute__((aligned (2))) = djyasinzou_room_11DL_000530;
|
||||
#endif
|
||||
|
||||
#define djyasinzou_room_11Tex_000780 "__OTR__scenes/nonmq/jyasinzou_scene/jyasinzou_room_11Tex_000780"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char jyasinzou_room_11Tex_000780[] = djyasinzou_room_11Tex_000780;
|
||||
#else
|
||||
static const char jyasinzou_room_11Tex_000780[] __attribute__((aligned (2))) = djyasinzou_room_11Tex_000780;
|
||||
#endif
|
||||
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define djyasinzou_room_11DL_000E40 "__OTR__scenes/nonmq/jyasinzou_scene/jyasinzou_room_11DL_000E40"
|
||||
static const ALIGN_ASSET(2) char jyasinzou_room_11DL_000E40[] = djyasinzou_room_11DL_000E40;
|
||||
|
||||
#define djyasinzou_room_11DL_000530 "__OTR__scenes/nonmq/jyasinzou_scene/jyasinzou_room_11DL_000530"
|
||||
static const ALIGN_ASSET(2) char jyasinzou_room_11DL_000530[] = djyasinzou_room_11DL_000530;
|
||||
|
||||
#define djyasinzou_room_11Tex_000780 "__OTR__scenes/nonmq/jyasinzou_scene/jyasinzou_room_11Tex_000780"
|
||||
static const ALIGN_ASSET(2) char jyasinzou_room_11Tex_000780[] = djyasinzou_room_11Tex_000780;
|
||||
Reference in New Issue
Block a user