mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
12 lines
412 B
C
12 lines
412 B
C
#ifndef OBJECTS_OBJECT_GI_GLASSES_H
|
|
#define OBJECTS_OBJECT_GI_GLASSES_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiLensDL "__OTR__objects/object_gi_glasses/gGiLensDL"
|
|
static const ALIGN_ASSET(2) char gGiLensDL[] = dgGiLensDL;
|
|
|
|
#define dgGiLensGlassDL "__OTR__objects/object_gi_glasses/gGiLensGlassDL"
|
|
static const ALIGN_ASSET(2) char gGiLensGlassDL[] = dgGiLensGlassDL;
|
|
#endif // OBJECTS_OBJECT_GI_GLASSES_H
|