Add asset headers (#2465)
This commit is contained in:
9
soh/assets/scenes/misc/enrui/enrui_room_0.h
Normal file
9
soh/assets/scenes/misc/enrui/enrui_room_0.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#define denrui_room_0DL_000338 "__OTR__scenes/nonmq/enrui_scene/enrui_room_0DL_000338"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char enrui_room_0DL_000338[] = denrui_room_0DL_000338;
|
||||
#else
|
||||
static const char enrui_room_0DL_000338[] __attribute__((aligned (2))) = denrui_room_0DL_000338;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user