blob: 16e7b7c65b636d66304ccec56729e7825a0526db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#ifndef OBJECTS_OBJECT_SPOT17_OBJ_H
#define OBJECTS_OBJECT_SPOT17_OBJ_H 1
#include "align_asset_macro.h"
#define dgCraterRockTLUT "__OTR__objects/object_spot17_obj/gCraterRockTLUT"
static const ALIGN_ASSET(2) char gCraterRockTLUT[] = dgCraterRockTLUT;
#define dgCraterRockTex "__OTR__objects/object_spot17_obj/gCraterRockTex"
static const ALIGN_ASSET(2) char gCraterRockTex[] = dgCraterRockTex;
#define dgCraterBombableWallDL "__OTR__objects/object_spot17_obj/gCraterBombableWallDL"
static const ALIGN_ASSET(2) char gCraterBombableWallDL[] = dgCraterBombableWallDL;
#define dgCraterBombableWallCracksDL "__OTR__objects/object_spot17_obj/gCraterBombableWallCracksDL"
static const ALIGN_ASSET(2) char gCraterBombableWallCracksDL[] = dgCraterBombableWallCracksDL;
#define dgCraterBombableWallCol "__OTR__objects/object_spot17_obj/gCraterBombableWallCol"
static const ALIGN_ASSET(2) char gCraterBombableWallCol[] = dgCraterBombableWallCol;
#define dgCraterSmokeConeDL "__OTR__objects/object_spot17_obj/gCraterSmokeConeDL"
static const ALIGN_ASSET(2) char gCraterSmokeConeDL[] = dgCraterSmokeConeDL;
#define dgCraterSmokeConeTex "__OTR__objects/object_spot17_obj/gCraterSmokeConeTex"
static const ALIGN_ASSET(2) char gCraterSmokeConeTex[] = dgCraterSmokeConeTex;
#define dgCraterBombableWallCracksTex "__OTR__objects/object_spot17_obj/gCraterBombableWallCracksTex"
static const ALIGN_ASSET(2) char gCraterBombableWallCracksTex[] = dgCraterBombableWallCracksTex;
#endif // OBJECTS_OBJECT_SPOT17_OBJ_H
|