Add asset headers (#2465)
This commit is contained in:
44
soh/assets/scenes/test_levels/testroom/testroom_room_0.h
Normal file
44
soh/assets/scenes/test_levels/testroom/testroom_room_0.h
Normal file
@@ -0,0 +1,44 @@
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user