blob: bba0b02e88c63f98eb4d64fe99e9ab1e6f8ef7e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#ifndef OBJECTS_OBJECT_SPOT11_OBJ_H
#define OBJECTS_OBJECT_SPOT11_OBJ_H 1
#include "align_asset_macro.h"
#define dgDesertColossusOasisWaterTex "__OTR__objects/object_spot11_obj/gDesertColossusOasisWaterTex"
static const ALIGN_ASSET(2) char gDesertColossusOasisWaterTex[] = dgDesertColossusOasisWaterTex;
#define dgDesertColossusOasisDL "__OTR__objects/object_spot11_obj/gDesertColossusOasisDL"
static const ALIGN_ASSET(2) char gDesertColossusOasisDL[] = dgDesertColossusOasisDL;
#define dgDesertColossusBombableWallTex "__OTR__objects/object_spot11_obj/gDesertColossusBombableWallTex"
static const ALIGN_ASSET(2) char gDesertColossusBombableWallTex[] = dgDesertColossusBombableWallTex;
#define dgDesertColossusBombableWallDL "__OTR__objects/object_spot11_obj/gDesertColossusBombableWallDL"
static const ALIGN_ASSET(2) char gDesertColossusBombableWallDL[] = dgDesertColossusBombableWallDL;
#define dgDesertColossusBombableWallCol "__OTR__objects/object_spot11_obj/gDesertColossusBombableWallCol"
static const ALIGN_ASSET(2) char gDesertColossusBombableWallCol[] = dgDesertColossusBombableWallCol;
#endif // OBJECTS_OBJECT_SPOT11_OBJ_H
|