mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
15 lines
654 B
C
15 lines
654 B
C
#ifndef OBJECTS_OBJECT_DOR01_H
|
|
#define OBJECTS_OBJECT_DOR01_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgObservatoryLabDoorEmptyDL "__OTR__objects/object_dor01/gObservatoryLabDoorEmptyDL"
|
|
static const ALIGN_ASSET(2) char gObservatoryLabDoorEmptyDL[] = dgObservatoryLabDoorEmptyDL;
|
|
|
|
#define dgObservatoryLabDoorDL "__OTR__objects/object_dor01/gObservatoryLabDoorDL"
|
|
static const ALIGN_ASSET(2) char gObservatoryLabDoorDL[] = dgObservatoryLabDoorDL;
|
|
|
|
#define dgObservatoryLabDoorTex "__OTR__objects/object_dor01/gObservatoryLabDoorTex"
|
|
static const ALIGN_ASSET(2) char gObservatoryLabDoorTex[] = dgObservatoryLabDoorTex;
|
|
#endif // OBJECTS_OBJECT_DOR01_H
|