mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
12 lines
479 B
C
12 lines
479 B
C
#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
|