mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 00:25:09 -04:00
10 lines
327 B
C
10 lines
327 B
C
#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
|
|
|
|
|