mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
15 lines
744 B
C
15 lines
744 B
C
#ifndef OBJECTS_OBJECT_WDOR02_H
|
|
#define OBJECTS_OBJECT_WDOR02_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgPostOfficeTradingPostDoorEmptyDL "__OTR__objects/object_wdor02/gPostOfficeTradingPostDoorEmptyDL"
|
|
static const ALIGN_ASSET(2) char gPostOfficeTradingPostDoorEmptyDL[] = dgPostOfficeTradingPostDoorEmptyDL;
|
|
|
|
#define dgPostOfficeTradingPostDoorDL "__OTR__objects/object_wdor02/gPostOfficeTradingPostDoorDL"
|
|
static const ALIGN_ASSET(2) char gPostOfficeTradingPostDoorDL[] = dgPostOfficeTradingPostDoorDL;
|
|
|
|
#define dgPostOfficeTradingPostDoorTex "__OTR__objects/object_wdor02/gPostOfficeTradingPostDoorTex"
|
|
static const ALIGN_ASSET(2) char gPostOfficeTradingPostDoorTex[] = dgPostOfficeTradingPostDoorTex;
|
|
#endif // OBJECTS_OBJECT_WDOR02_H
|