blob: 51e427f811ac2d3438e68263b51f88aef13b9c4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef OBJECTS_OBJECT_GI_INSECT_H
#define OBJECTS_OBJECT_GI_INSECT_H 1
#include "align_asset_macro.h"
#define dgGiBugContainerContentsDL "__OTR__objects/object_gi_insect/gGiBugContainerContentsDL"
static const ALIGN_ASSET(2) char gGiBugContainerContentsDL[] = dgGiBugContainerContentsDL;
#define dgGiBugContainerGlassDL "__OTR__objects/object_gi_insect/gGiBugContainerGlassDL"
static const ALIGN_ASSET(2) char gGiBugContainerGlassDL[] = dgGiBugContainerGlassDL;
#endif // OBJECTS_OBJECT_GI_INSECT_H
|