Simplify Asset Headers (#2474)
This commit is contained in:
@@ -1,44 +1,21 @@
|
||||
#pragma once
|
||||
#define dtestroom_room_0DL_000A50 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0DL_000A50"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char testroom_room_0DL_000A50[] = dtestroom_room_0DL_000A50;
|
||||
#else
|
||||
static const char testroom_room_0DL_000A50[] __attribute__((aligned (2))) = dtestroom_room_0DL_000A50;
|
||||
#endif
|
||||
|
||||
#define dtestroom_room_0Tex_000E00 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_000E00"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char testroom_room_0Tex_000E00[] = dtestroom_room_0Tex_000E00;
|
||||
#else
|
||||
static const char testroom_room_0Tex_000E00[] __attribute__((aligned (2))) = dtestroom_room_0Tex_000E00;
|
||||
#endif
|
||||
|
||||
#define dtestroom_room_0Tex_001600 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_001600"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char testroom_room_0Tex_001600[] = dtestroom_room_0Tex_001600;
|
||||
#else
|
||||
static const char testroom_room_0Tex_001600[] __attribute__((aligned (2))) = dtestroom_room_0Tex_001600;
|
||||
#endif
|
||||
|
||||
#define dtestroom_room_0Tex_002600 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_002600"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char testroom_room_0Tex_002600[] = dtestroom_room_0Tex_002600;
|
||||
#else
|
||||
static const char testroom_room_0Tex_002600[] __attribute__((aligned (2))) = dtestroom_room_0Tex_002600;
|
||||
#endif
|
||||
|
||||
#define dtestroom_room_0Tex_002E00 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_002E00"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char testroom_room_0Tex_002E00[] = dtestroom_room_0Tex_002E00;
|
||||
#else
|
||||
static const char testroom_room_0Tex_002E00[] __attribute__((aligned (2))) = dtestroom_room_0Tex_002E00;
|
||||
#endif
|
||||
|
||||
#define dtestroom_room_0Tex_003E00 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_003E00"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char testroom_room_0Tex_003E00[] = dtestroom_room_0Tex_003E00;
|
||||
#else
|
||||
static const char testroom_room_0Tex_003E00[] __attribute__((aligned (2))) = dtestroom_room_0Tex_003E00;
|
||||
#endif
|
||||
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dtestroom_room_0DL_000A50 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0DL_000A50"
|
||||
static const ALIGN_ASSET(2) char testroom_room_0DL_000A50[] = dtestroom_room_0DL_000A50;
|
||||
|
||||
#define dtestroom_room_0Tex_000E00 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_000E00"
|
||||
static const ALIGN_ASSET(2) char testroom_room_0Tex_000E00[] = dtestroom_room_0Tex_000E00;
|
||||
|
||||
#define dtestroom_room_0Tex_001600 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_001600"
|
||||
static const ALIGN_ASSET(2) char testroom_room_0Tex_001600[] = dtestroom_room_0Tex_001600;
|
||||
|
||||
#define dtestroom_room_0Tex_002600 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_002600"
|
||||
static const ALIGN_ASSET(2) char testroom_room_0Tex_002600[] = dtestroom_room_0Tex_002600;
|
||||
|
||||
#define dtestroom_room_0Tex_002E00 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_002E00"
|
||||
static const ALIGN_ASSET(2) char testroom_room_0Tex_002E00[] = dtestroom_room_0Tex_002E00;
|
||||
|
||||
#define dtestroom_room_0Tex_003E00 "__OTR__scenes/nonmq/testroom_scene/testroom_room_0Tex_003E00"
|
||||
static const ALIGN_ASSET(2) char testroom_room_0Tex_003E00[] = dtestroom_room_0Tex_003E00;
|
||||
Reference in New Issue
Block a user