mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
* 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
14 lines
501 B
C
14 lines
501 B
C
#ifndef INDOORS_MAHOUYA_ROOM_0_H
|
|
#define INDOORS_MAHOUYA_ROOM_0_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dmahouya_room_0DL_006548 "__OTR__scenes/shared/mahouya_scene/mahouya_room_0DL_006548"
|
|
static const ALIGN_ASSET(2) char mahouya_room_0DL_006548[] = dmahouya_room_0DL_006548;
|
|
|
|
#define dmahouya_room_0DL_006A78 "__OTR__scenes/shared/mahouya_scene/mahouya_room_0DL_006A78"
|
|
static const ALIGN_ASSET(2) char mahouya_room_0DL_006A78[] = dmahouya_room_0DL_006A78;
|
|
|
|
|
|
#endif // INDOORS_MAHOUYA_ROOM_0_H
|