9 lines
424 B
C
9 lines
424 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGoldenGoddessLightRingDL "__OTR__objects/object_light_ring/gGoldenGoddessLightRingDL"
|
|
static const ALIGN_ASSET(2) char gGoldenGoddessLightRingDL[] = dgGoldenGoddessLightRingDL;
|
|
|
|
#define dgGoldenGoddessLightRingTex "__OTR__objects/object_light_ring/gGoldenGoddessLightRingTex"
|
|
static const ALIGN_ASSET(2) char gGoldenGoddessLightRingTex[] = dgGoldenGoddessLightRingTex; |