mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
15 lines
624 B
C
15 lines
624 B
C
#ifndef OBJECTS_OBJECT_WDOR05_H
|
|
#define OBJECTS_OBJECT_WDOR05_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgMusicBoxHouseEndDL "__OTR__objects/object_wdor05/gMusicBoxHouseEndDL"
|
|
static const ALIGN_ASSET(2) char gMusicBoxHouseEndDL[] = dgMusicBoxHouseEndDL;
|
|
|
|
#define dgMusicBoxHouseDoorDL "__OTR__objects/object_wdor05/gMusicBoxHouseDoorDL"
|
|
static const ALIGN_ASSET(2) char gMusicBoxHouseDoorDL[] = dgMusicBoxHouseDoorDL;
|
|
|
|
#define dgMusicBoxHouseDoorTex "__OTR__objects/object_wdor05/gMusicBoxHouseDoorTex"
|
|
static const ALIGN_ASSET(2) char gMusicBoxHouseDoorTex[] = dgMusicBoxHouseDoorTex;
|
|
#endif // OBJECTS_OBJECT_WDOR05_H
|