mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
15 lines
702 B
C
15 lines
702 B
C
#ifndef OBJECTS_OBJECT_DOR04_H
|
|
#define OBJECTS_OBJECT_DOR04_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgMagicHagPotionShopDoorEmptyDL "__OTR__objects/object_dor04/gMagicHagPotionShopDoorEmptyDL"
|
|
static const ALIGN_ASSET(2) char gMagicHagPotionShopDoorEmptyDL[] = dgMagicHagPotionShopDoorEmptyDL;
|
|
|
|
#define dgMagicHagPotionShopDoorDL "__OTR__objects/object_dor04/gMagicHagPotionShopDoorDL"
|
|
static const ALIGN_ASSET(2) char gMagicHagPotionShopDoorDL[] = dgMagicHagPotionShopDoorDL;
|
|
|
|
#define dgMagicHagPotionShopDoorTex "__OTR__objects/object_dor04/gMagicHagPotionShopDoorTex"
|
|
static const ALIGN_ASSET(2) char gMagicHagPotionShopDoorTex[] = dgMagicHagPotionShopDoorTex;
|
|
#endif // OBJECTS_OBJECT_DOR04_H
|