mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
727 B
C
16 lines
727 B
C
#ifndef TEXTURES_G_PN_53_H
|
|
#define TEXTURES_G_PN_53_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGERudosFortressTitleCardENGTex "__OTR__textures/g_pn_53/gGERudosFortressTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gGERudosFortressTitleCardENGTex[] = dgGERudosFortressTitleCardENGTex;
|
|
|
|
#define dgGERudosFortressTitleCardGERTex "__OTR__textures/g_pn_53/gGERudosFortressTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gGERudosFortressTitleCardGERTex[] = dgGERudosFortressTitleCardGERTex;
|
|
|
|
#define dgGERudosFortressTitleCardFRATex "__OTR__textures/g_pn_53/gGERudosFortressTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gGERudosFortressTitleCardFRATex[] = dgGERudosFortressTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_53_H
|