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