Simplify Asset Headers (#2474)

This commit is contained in:
Amaro Martínez
2023-03-02 09:37:47 -05:00
committed by GitHub
parent 21466192e5
commit d3f864cea9
1075 changed files with 60897 additions and 139767 deletions

View File

@@ -1,37 +1,18 @@
#pragma once
#define dtestroom_room_2DL_001590 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2DL_001590"
#ifdef _WIN32
static const __declspec(align(2)) char testroom_room_2DL_001590[] = dtestroom_room_2DL_001590;
#else
static const char testroom_room_2DL_001590[] __attribute__((aligned (2))) = dtestroom_room_2DL_001590;
#endif
#define dtestroom_room_2Tex_001A78 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2Tex_001A78"
#ifdef _WIN32
static const __declspec(align(2)) char testroom_room_2Tex_001A78[] = dtestroom_room_2Tex_001A78;
#else
static const char testroom_room_2Tex_001A78[] __attribute__((aligned (2))) = dtestroom_room_2Tex_001A78;
#endif
#define dtestroom_room_2TLUT_001A58 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2TLUT_001A58"
#ifdef _WIN32
static const __declspec(align(2)) char testroom_room_2TLUT_001A58[] = dtestroom_room_2TLUT_001A58;
#else
static const char testroom_room_2TLUT_001A58[] __attribute__((aligned (2))) = dtestroom_room_2TLUT_001A58;
#endif
#define dtestroom_room_2Tex_002278 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2Tex_002278"
#ifdef _WIN32
static const __declspec(align(2)) char testroom_room_2Tex_002278[] = dtestroom_room_2Tex_002278;
#else
static const char testroom_room_2Tex_002278[] __attribute__((aligned (2))) = dtestroom_room_2Tex_002278;
#endif
#define dtestroom_room_2Tex_002A78 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2Tex_002A78"
#ifdef _WIN32
static const __declspec(align(2)) char testroom_room_2Tex_002A78[] = dtestroom_room_2Tex_002A78;
#else
static const char testroom_room_2Tex_002A78[] __attribute__((aligned (2))) = dtestroom_room_2Tex_002A78;
#endif
#include "align_asset_macro.h"
#define dtestroom_room_2DL_001590 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2DL_001590"
static const ALIGN_ASSET(2) char testroom_room_2DL_001590[] = dtestroom_room_2DL_001590;
#define dtestroom_room_2Tex_001A78 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2Tex_001A78"
static const ALIGN_ASSET(2) char testroom_room_2Tex_001A78[] = dtestroom_room_2Tex_001A78;
#define dtestroom_room_2TLUT_001A58 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2TLUT_001A58"
static const ALIGN_ASSET(2) char testroom_room_2TLUT_001A58[] = dtestroom_room_2TLUT_001A58;
#define dtestroom_room_2Tex_002278 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2Tex_002278"
static const ALIGN_ASSET(2) char testroom_room_2Tex_002278[] = dtestroom_room_2Tex_002278;
#define dtestroom_room_2Tex_002A78 "__OTR__scenes/nonmq/testroom_scene/testroom_room_2Tex_002A78"
static const ALIGN_ASSET(2) char testroom_room_2Tex_002A78[] = dtestroom_room_2Tex_002A78;