mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
10 lines
334 B
C
10 lines
334 B
C
|
#pragma once
|
||
|
#define dshrine_room_0DL_007AE0 "__OTR__scenes/nonmq/shrine_scene/shrine_room_0DL_007AE0"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char shrine_room_0DL_007AE0[] = dshrine_room_0DL_007AE0;
|
||
|
#else
|
||
|
static const char shrine_room_0DL_007AE0[] __attribute__((aligned (2))) = dshrine_room_0DL_007AE0;
|
||
|
#endif
|
||
|
|
||
|
|