summaryrefslogtreecommitdiff
path: root/mm/assets/objects/object_dor01/object_dor01.h
blob: bd24bd351cd4c34113654208cb29eae0db91842c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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