mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
48 lines
2.8 KiB
C
48 lines
2.8 KiB
C
#ifndef OBJECTS_OBJECT_SEKIHIG_H
|
|
#define OBJECTS_OBJECT_SEKIHIG_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgSunsSongGraveGoronSymbolsBaseDL "__OTR__objects/object_sekihig/gSunsSongGraveGoronSymbolsBaseDL"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronSymbolsBaseDL[] = dgSunsSongGraveGoronSymbolsBaseDL;
|
|
|
|
#define dgSunsSongGraveGoronSymbolsDL "__OTR__objects/object_sekihig/gSunsSongGraveGoronSymbolsDL"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronSymbolsDL[] = dgSunsSongGraveGoronSymbolsDL;
|
|
|
|
#define dgSunsSongGraveGoronStoneDL "__OTR__objects/object_sekihig/gSunsSongGraveGoronStoneDL"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronStoneDL[] = dgSunsSongGraveGoronStoneDL;
|
|
|
|
#define dgSunsSongGraveGoronDL "__OTR__objects/object_sekihig/gSunsSongGraveGoronDL"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronDL[] = dgSunsSongGraveGoronDL;
|
|
|
|
#define dgSunsSongGraveGoronTLUT "__OTR__objects/object_sekihig/gSunsSongGraveGoronTLUT"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronTLUT[] = dgSunsSongGraveGoronTLUT;
|
|
|
|
#define dgSunsSongGraveGoronKokiriTLUT "__OTR__objects/object_sekihig/gSunsSongGraveGoronKokiriTLUT"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronKokiriTLUT[] = dgSunsSongGraveGoronKokiriTLUT;
|
|
|
|
#define dgSunsSongGraveGoronUnknownTLUT "__OTR__objects/object_sekihig/gSunsSongGraveGoronUnknownTLUT"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronUnknownTLUT[] = dgSunsSongGraveGoronUnknownTLUT;
|
|
|
|
#define dgSunsSongGraveGoronTriforceTLUT "__OTR__objects/object_sekihig/gSunsSongGraveGoronTriforceTLUT"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronTriforceTLUT[] = dgSunsSongGraveGoronTriforceTLUT;
|
|
|
|
#define dgSunsSongGraveGoronGraniteTex "__OTR__objects/object_sekihig/gSunsSongGraveGoronGraniteTex"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronGraniteTex[] = dgSunsSongGraveGoronGraniteTex;
|
|
|
|
#define dgSunsSongGraveGoronMarbleTex "__OTR__objects/object_sekihig/gSunsSongGraveGoronMarbleTex"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronMarbleTex[] = dgSunsSongGraveGoronMarbleTex;
|
|
|
|
#define dgSunsSongGraveGoronSymbolTex "__OTR__objects/object_sekihig/gSunsSongGraveGoronSymbolTex"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronSymbolTex[] = dgSunsSongGraveGoronSymbolTex;
|
|
|
|
#define dgSunsSongGraveGoronStoneInscriptionTex "__OTR__objects/object_sekihig/gSunsSongGraveGoronStoneInscriptionTex"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronStoneInscriptionTex[] = dgSunsSongGraveGoronStoneInscriptionTex;
|
|
|
|
#define dgSunsSongGraveGoronStaffNotesTex "__OTR__objects/object_sekihig/gSunsSongGraveGoronStaffNotesTex"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronStaffNotesTex[] = dgSunsSongGraveGoronStaffNotesTex;
|
|
|
|
#define dgSunsSongGraveGoronCol "__OTR__objects/object_sekihig/gSunsSongGraveGoronCol"
|
|
static const ALIGN_ASSET(2) char gSunsSongGraveGoronCol[] = dgSunsSongGraveGoronCol;
|
|
#endif // OBJECTS_OBJECT_SEKIHIG_H
|