blob: 337b2c89b95524f8ec683bdda140d54165882d1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef OBJECTS_OBJECT_LIGHT_RING_H
#define OBJECTS_OBJECT_LIGHT_RING_H 1
#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;
#endif // OBJECTS_OBJECT_LIGHT_RING_H
|