Files
2024-05-22 09:05:00 -05:00

33 lines
1.6 KiB
C

#ifndef OBJECTS_OBJECT_OBJ_CHAN_H
#define OBJECTS_OBJECT_OBJ_CHAN_H 1
#include "align_asset_macro.h"
#define dgChandelierPotHolderDL "__OTR__objects/object_obj_chan/gChandelierPotHolderDL"
static const ALIGN_ASSET(2) char gChandelierPotHolderDL[] = dgChandelierPotHolderDL;
#define dgChandelierCenterDL "__OTR__objects/object_obj_chan/gChandelierCenterDL"
static const ALIGN_ASSET(2) char gChandelierCenterDL[] = dgChandelierCenterDL;
#define dgChandelierCenterBottomTex "__OTR__objects/object_obj_chan/gChandelierCenterBottomTex"
static const ALIGN_ASSET(2) char gChandelierCenterBottomTex[] = dgChandelierCenterBottomTex;
#define dgChandelierCenterTopTex "__OTR__objects/object_obj_chan/gChandelierCenterTopTex"
static const ALIGN_ASSET(2) char gChandelierCenterTopTex[] = dgChandelierCenterTopTex;
#define dgChandelierChainTex "__OTR__objects/object_obj_chan/gChandelierChainTex"
static const ALIGN_ASSET(2) char gChandelierChainTex[] = dgChandelierChainTex;
#define dgChandelierPotHolderTex "__OTR__objects/object_obj_chan/gChandelierPotHolderTex"
static const ALIGN_ASSET(2) char gChandelierPotHolderTex[] = dgChandelierPotHolderTex;
#define dgChandelierEmptyDL "__OTR__objects/object_obj_chan/gChandelierEmptyDL"
static const ALIGN_ASSET(2) char gChandelierEmptyDL[] = dgChandelierEmptyDL;
#define dgChandelierPotDL "__OTR__objects/object_obj_chan/gChandelierPotDL"
static const ALIGN_ASSET(2) char gChandelierPotDL[] = dgChandelierPotDL;
#define dgChandelierPotTex "__OTR__objects/object_obj_chan/gChandelierPotTex"
static const ALIGN_ASSET(2) char gChandelierPotTex[] = dgChandelierPotTex;
#endif // OBJECTS_OBJECT_OBJ_CHAN_H