13 lines
397 B
C
13 lines
397 B
C
#ifndef OBJECTS_OBJECT_GI_EGG_H
|
|
#define OBJECTS_OBJECT_GI_EGG_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiEggMaterialDL "__OTR__objects/object_gi_egg/gGiEggMaterialDL"
|
|
static const ALIGN_ASSET(2) char gGiEggMaterialDL[] = dgGiEggMaterialDL;
|
|
|
|
#define dgGiEggDL "__OTR__objects/object_gi_egg/gGiEggDL"
|
|
static const ALIGN_ASSET(2) char gGiEggDL[] = dgGiEggDL;
|
|
|
|
#endif // OBJECTS_OBJECT_GI_EGG_H
|