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_000950 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15DL_000950"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char HIDAN_room_15DL_000950[] = dHIDAN_room_15DL_000950;
|
||
|
#else
|
||
|
static const char HIDAN_room_15DL_000950[] __attribute__((aligned (2))) = dHIDAN_room_15DL_000950;
|
||
|
#endif
|
||
|
|
||
|
#define dHIDAN_room_15Tex_000DC8 "__OTR__scenes/nonmq/HIDAN_scene/HIDAN_room_15Tex_000DC8"
|
||
|
#ifdef _WIN32
|
||
|
static const __declspec(align(2)) char HIDAN_room_15Tex_000DC8[] = dHIDAN_room_15Tex_000DC8;
|
||
|
#else
|
||
|
static const char HIDAN_room_15Tex_000DC8[] __attribute__((aligned (2))) = dHIDAN_room_15Tex_000DC8;
|
||
|
#endif
|
||
|
|
||
|
|