blob: 3234778936e36ad85e2dc61ef13ecae0a3da6649 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef OBJECTS_OBJECT_REDEAD_OBJ_H
#define OBJECTS_OBJECT_REDEAD_OBJ_H 1
#include "align_asset_macro.h"
#define dgBeneathTheWellSlidingDoorDL "__OTR__objects/object_redead_obj/gBeneathTheWellSlidingDoorDL"
static const ALIGN_ASSET(2) char gBeneathTheWellSlidingDoorDL[] = dgBeneathTheWellSlidingDoorDL;
#define dgBeneathTheWellSlidingDoorTLUT "__OTR__objects/object_redead_obj/gBeneathTheWellSlidingDoorTLUT"
static const ALIGN_ASSET(2) char gBeneathTheWellSlidingDoorTLUT[] = dgBeneathTheWellSlidingDoorTLUT;
#define dgBeneathTheWellSlidingDoorTex "__OTR__objects/object_redead_obj/gBeneathTheWellSlidingDoorTex"
static const ALIGN_ASSET(2) char gBeneathTheWellSlidingDoorTex[] = dgBeneathTheWellSlidingDoorTex;
#endif // OBJECTS_OBJECT_REDEAD_OBJ_H
|