blob: f786562145eab276ff95cc52d591fde89b3973f5 (
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
25
26
27
28
29
30
31
32
|
#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
|