mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-12 04:25:12 -05: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
|
|
|
|
|