blob: 391c3bff4f27e6812bde34d8f5528d63b8733861 (
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
|
#ifndef OBJECTS_OBJECT_SPOT12_OBJ_H
#define OBJECTS_OBJECT_SPOT12_OBJ_H 1
#include "align_asset_macro.h"
#define dgGerudoFortressWastelandGateDL "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateDL"
static const ALIGN_ASSET(2) char gGerudoFortressWastelandGateDL[] = dgGerudoFortressWastelandGateDL;
#define dgGerudoFortressWastelandGateTex "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateTex"
static const ALIGN_ASSET(2) char gGerudoFortressWastelandGateTex[] = dgGerudoFortressWastelandGateTex;
#define dgGerudoFortressWastelandGateCol "__OTR__objects/object_spot12_obj/gGerudoFortressWastelandGateCol"
static const ALIGN_ASSET(2) char gGerudoFortressWastelandGateCol[] = dgGerudoFortressWastelandGateCol;
#define dgGerudoFortressGTGShutterDL "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterDL"
static const ALIGN_ASSET(2) char gGerudoFortressGTGShutterDL[] = dgGerudoFortressGTGShutterDL;
#define dgGerudoFortressGTGShutterTex "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterTex"
static const ALIGN_ASSET(2) char gGerudoFortressGTGShutterTex[] = dgGerudoFortressGTGShutterTex;
#define dgGerudoFortressGTGShutterCol "__OTR__objects/object_spot12_obj/gGerudoFortressGTGShutterCol"
static const ALIGN_ASSET(2) char gGerudoFortressGTGShutterCol[] = dgGerudoFortressGTGShutterCol;
#endif // OBJECTS_OBJECT_SPOT12_OBJ_H
|