blob: b5b6fb35d3510037df204bac9987cc6f08ae00ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef OBJECTS_OBJECT_GI_BOTTLE_H
#define OBJECTS_OBJECT_GI_BOTTLE_H 1
#include "align_asset_macro.h"
#define dgGiEmptyBottleCorkDL "__OTR__objects/object_gi_bottle/gGiEmptyBottleCorkDL"
static const ALIGN_ASSET(2) char gGiEmptyBottleCorkDL[] = dgGiEmptyBottleCorkDL;
#define dgGiEmptyBottleGlassDL "__OTR__objects/object_gi_bottle/gGiEmptyBottleGlassDL"
static const ALIGN_ASSET(2) char gGiEmptyBottleGlassDL[] = dgGiEmptyBottleGlassDL;
#endif // OBJECTS_OBJECT_GI_BOTTLE_H
|