blob: f20b91c4d9f9afab93b60c86f1e2de1c12eefad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|