mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
460b3d02f5
* share common scenes between mq and nonmq * move shared scenes under shared folder and bring back thieves hideout mq handling * update headers for shared scenes * bump submodules * remove mq handling for mirror world song patch * only have unique dungeons be nomq/mq variants * bump submodules
32 lines
1.4 KiB
C
32 lines
1.4 KiB
C
#ifndef DUNGEONS_MEN_ROOM_5_H
|
|
#define DUNGEONS_MEN_ROOM_5_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dmen_room_5Tex_002418 "__OTR__scenes/nonmq/men_scene/men_room_5Tex_002418"
|
|
static const ALIGN_ASSET(2) char men_room_5Tex_002418[] = dmen_room_5Tex_002418;
|
|
|
|
#define dmen_room_5Tex_002C18 "__OTR__scenes/nonmq/men_scene/men_room_5Tex_002C18"
|
|
static const ALIGN_ASSET(2) char men_room_5Tex_002C18[] = dmen_room_5Tex_002C18;
|
|
|
|
#define dmen_room_5Tex_003018 "__OTR__scenes/nonmq/men_scene/men_room_5Tex_003018"
|
|
static const ALIGN_ASSET(2) char men_room_5Tex_003018[] = dmen_room_5Tex_003018;
|
|
|
|
#define dmen_room_5Tex_003818 "__OTR__scenes/nonmq/men_scene/men_room_5Tex_003818"
|
|
static const ALIGN_ASSET(2) char men_room_5Tex_003818[] = dmen_room_5Tex_003818;
|
|
|
|
#define dmen_room_5Tex_004018 "__OTR__scenes/nonmq/men_scene/men_room_5Tex_004018"
|
|
static const ALIGN_ASSET(2) char men_room_5Tex_004018[] = dmen_room_5Tex_004018;
|
|
|
|
#define dmen_room_5Tex_004818 "__OTR__scenes/nonmq/men_scene/men_room_5Tex_004818"
|
|
static const ALIGN_ASSET(2) char men_room_5Tex_004818[] = dmen_room_5Tex_004818;
|
|
|
|
#define dmen_room_5DL_001230 "__OTR__scenes/nonmq/men_scene/men_room_5DL_001230"
|
|
static const ALIGN_ASSET(2) char men_room_5DL_001230[] = dmen_room_5DL_001230;
|
|
|
|
#define dmen_room_5DL_002128 "__OTR__scenes/nonmq/men_scene/men_room_5DL_002128"
|
|
static const ALIGN_ASSET(2) char men_room_5DL_002128[] = dmen_room_5DL_002128;
|
|
|
|
|
|
#endif // DUNGEONS_MEN_ROOM_5_H
|