mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-12 04:25:12 -05:00
17 lines
658 B
C
17 lines
658 B
C
#pragma once
|
|
#define dHIDAN_room_15DL_000910 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15DL_000910"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char HIDAN_room_15DL_000910[] = dHIDAN_room_15DL_000910;
|
|
#else
|
|
static const char HIDAN_room_15DL_000910[] __attribute__((aligned (2))) = dHIDAN_room_15DL_000910;
|
|
#endif
|
|
|
|
#define dHIDAN_room_15Tex_000D88 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15Tex_000D88"
|
|
#ifdef _WIN32
|
|
static const __declspec(align(2)) char HIDAN_room_15Tex_000D88[] = dHIDAN_room_15Tex_000D88;
|
|
#else
|
|
static const char HIDAN_room_15Tex_000D88[] __attribute__((aligned (2))) = dHIDAN_room_15Tex_000D88;
|
|
#endif
|
|
|
|
|