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