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