mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
61 lines
3.7 KiB
C
61 lines
3.7 KiB
C
#ifndef OBJECTS_OBJECT_SPOT08_OBJ_H
|
|
#define OBJECTS_OBJECT_SPOT08_OBJ_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgZorasFountainIceRampDL "__OTR__objects/object_spot08_obj/gZorasFountainIceRampDL"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceRampDL[] = dgZorasFountainIceRampDL;
|
|
|
|
#define dgZorasFountainIceRampTLUT "__OTR__objects/object_spot08_obj/gZorasFountainIceRampTLUT"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceRampTLUT[] = dgZorasFountainIceRampTLUT;
|
|
|
|
#define dgZorasFountainIceRampLowerSideTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampLowerSideTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceRampLowerSideTex[] = dgZorasFountainIceRampLowerSideTex;
|
|
|
|
#define dgZorasFountainIceRampSurfaceTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampSurfaceTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceRampSurfaceTex[] = dgZorasFountainIceRampSurfaceTex;
|
|
|
|
#define dgZorasFountainIceRampUpperSideTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampUpperSideTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceRampUpperSideTex[] = dgZorasFountainIceRampUpperSideTex;
|
|
|
|
#define dgZorasFountainIceRampMiddleSlopeTex "__OTR__objects/object_spot08_obj/gZorasFountainIceRampMiddleSlopeTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceRampMiddleSlopeTex[] = dgZorasFountainIceRampMiddleSlopeTex;
|
|
|
|
#define dgZorasFountainIceRampCol "__OTR__objects/object_spot08_obj/gZorasFountainIceRampCol"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceRampCol[] = dgZorasFountainIceRampCol;
|
|
|
|
#define dgZorasFountainIcebergDL "__OTR__objects/object_spot08_obj/gZorasFountainIcebergDL"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIcebergDL[] = dgZorasFountainIcebergDL;
|
|
|
|
#define dgZorasFountainIceberg1TLUT "__OTR__objects/object_spot08_obj/gZorasFountainIceberg1TLUT"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceberg1TLUT[] = dgZorasFountainIceberg1TLUT;
|
|
|
|
#define dgZorasFountainIceberg2TLUT "__OTR__objects/object_spot08_obj/gZorasFountainIceberg2TLUT"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIceberg2TLUT[] = dgZorasFountainIceberg2TLUT;
|
|
|
|
#define dgZorasFountainIcebergSideTex "__OTR__objects/object_spot08_obj/gZorasFountainIcebergSideTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIcebergSideTex[] = dgZorasFountainIcebergSideTex;
|
|
|
|
#define dgZorasFountainIcebergTopTex "__OTR__objects/object_spot08_obj/gZorasFountainIcebergTopTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIcebergTopTex[] = dgZorasFountainIcebergTopTex;
|
|
|
|
#define dgZorasFountainIcebergUndersideTex "__OTR__objects/object_spot08_obj/gZorasFountainIcebergUndersideTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIcebergUndersideTex[] = dgZorasFountainIcebergUndersideTex;
|
|
|
|
#define dgZorasFountainIcebergCol "__OTR__objects/object_spot08_obj/gZorasFountainIcebergCol"
|
|
static const ALIGN_ASSET(2) char gZorasFountainIcebergCol[] = dgZorasFountainIcebergCol;
|
|
|
|
#define dgZorasFountainBombableWallDL "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallDL"
|
|
static const ALIGN_ASSET(2) char gZorasFountainBombableWallDL[] = dgZorasFountainBombableWallDL;
|
|
|
|
#define dgZorasFountainBombableWallTLUT "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallTLUT"
|
|
static const ALIGN_ASSET(2) char gZorasFountainBombableWallTLUT[] = dgZorasFountainBombableWallTLUT;
|
|
|
|
#define dgZorasFountainBombableWallTex "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainBombableWallTex[] = dgZorasFountainBombableWallTex;
|
|
|
|
#define dgZorasFountainBombableWallCol "__OTR__objects/object_spot08_obj/gZorasFountainBombableWallCol"
|
|
static const ALIGN_ASSET(2) char gZorasFountainBombableWallCol[] = dgZorasFountainBombableWallCol;
|
|
|
|
#endif // OBJECTS_OBJECT_SPOT08_OBJ_H
|