9 lines
308 B
C
9 lines
308 B
C
#pragma once
|
|
|
|
#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; |