mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 07:00:34 -08:00
16 lines
763 B
C
16 lines
763 B
C
#ifndef TEXTURES_G_PN_52_H
|
|
#define TEXTURES_G_PN_52_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgSacredForestMeadowTitleCardENGTex "__OTR__textures/g_pn_52/gSacredForestMeadowTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gSacredForestMeadowTitleCardENGTex[] = dgSacredForestMeadowTitleCardENGTex;
|
|
|
|
#define dgSacredForestMeadowTitleCardGERTex "__OTR__textures/g_pn_52/gSacredForestMeadowTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gSacredForestMeadowTitleCardGERTex[] = dgSacredForestMeadowTitleCardGERTex;
|
|
|
|
#define dgSacredForestMeadowTitleCardFRATex "__OTR__textures/g_pn_52/gSacredForestMeadowTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gSacredForestMeadowTitleCardFRATex[] = dgSacredForestMeadowTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_52_H
|