blob: 6b801d4de269a124109d77e957913339d733096e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef OBJECTS_OBJECT_KINSTA1_OBJ_H
#define OBJECTS_OBJECT_KINSTA1_OBJ_H 1
#include "align_asset_macro.h"
#define dgSwampSpiderHouseSlidingDoorEmptyDL "__OTR__objects/object_kinsta1_obj/gSwampSpiderHouseSlidingDoorEmptyDL"
static const ALIGN_ASSET(2) char gSwampSpiderHouseSlidingDoorEmptyDL[] = dgSwampSpiderHouseSlidingDoorEmptyDL;
#define dgSwampSpiderHouseSlidingDoorDL "__OTR__objects/object_kinsta1_obj/gSwampSpiderHouseSlidingDoorDL"
static const ALIGN_ASSET(2) char gSwampSpiderHouseSlidingDoorDL[] = dgSwampSpiderHouseSlidingDoorDL;
#define dgSwampSpiderHouseSlidingDoorTex "__OTR__objects/object_kinsta1_obj/gSwampSpiderHouseSlidingDoorTex"
static const ALIGN_ASSET(2) char gSwampSpiderHouseSlidingDoorTex[] = dgSwampSpiderHouseSlidingDoorTex;
#endif // OBJECTS_OBJECT_KINSTA1_OBJ_H
|