Simplify Asset Headers (#2474)
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
#pragma once
|
||||
#define dMIZUsin_room_13DL_000130 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_13DL_000130"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char MIZUsin_room_13DL_000130[] = dMIZUsin_room_13DL_000130;
|
||||
#else
|
||||
static const char MIZUsin_room_13DL_000130[] __attribute__((aligned (2))) = dMIZUsin_room_13DL_000130;
|
||||
#endif
|
||||
|
||||
#define dMIZUsin_room_13Tex_0001F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_13Tex_0001F8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char MIZUsin_room_13Tex_0001F8[] = dMIZUsin_room_13Tex_0001F8;
|
||||
#else
|
||||
static const char MIZUsin_room_13Tex_0001F8[] __attribute__((aligned (2))) = dMIZUsin_room_13Tex_0001F8;
|
||||
#endif
|
||||
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dMIZUsin_room_13DL_000130 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_13DL_000130"
|
||||
static const ALIGN_ASSET(2) char MIZUsin_room_13DL_000130[] = dMIZUsin_room_13DL_000130;
|
||||
|
||||
#define dMIZUsin_room_13Tex_0001F8 "__OTR__scenes/nonmq/MIZUsin_scene/MIZUsin_room_13Tex_0001F8"
|
||||
static const ALIGN_ASSET(2) char MIZUsin_room_13Tex_0001F8[] = dMIZUsin_room_13Tex_0001F8;
|
||||
Reference in New Issue
Block a user