Shipwright/soh/assets/objects/object_haka/object_haka.h
2023-03-02 15:37:47 +01:00

21 lines
960 B
C

#pragma once
#include "align_asset_macro.h"
#define dgGravestoneGrassTex "__OTR__objects/object_haka/gGravestoneGrassTex"
static const ALIGN_ASSET(2) char gGravestoneGrassTex[] = dgGravestoneGrassTex;
#define dgGravestoneEarthTex "__OTR__objects/object_haka/gGravestoneEarthTex"
static const ALIGN_ASSET(2) char gGravestoneEarthTex[] = dgGravestoneEarthTex;
#define dgGravestoneTombTex "__OTR__objects/object_haka/gGravestoneTombTex"
static const ALIGN_ASSET(2) char gGravestoneTombTex[] = dgGravestoneTombTex;
#define dgGravestoneStoneDL "__OTR__objects/object_haka/gGravestoneStoneDL"
static const ALIGN_ASSET(2) char gGravestoneStoneDL[] = dgGravestoneStoneDL;
#define dgGravestoneEarthDL "__OTR__objects/object_haka/gGravestoneEarthDL"
static const ALIGN_ASSET(2) char gGravestoneEarthDL[] = dgGravestoneEarthDL;
#define dgGravestoneCol "__OTR__objects/object_haka/gGravestoneCol"
static const ALIGN_ASSET(2) char gGravestoneCol[] = dgGravestoneCol;