27 lines
1.4 KiB
C
27 lines
1.4 KiB
C
#pragma once
|
|
|
|
#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; |