mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
703 B
C
16 lines
703 B
C
#ifndef TEXTURES_G_PN_34_H
|
|
#define TEXTURES_G_PN_34_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgZorasFountainTitleCardENGTex "__OTR__textures/g_pn_34/gZorasFountainTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainTitleCardENGTex[] = dgZorasFountainTitleCardENGTex;
|
|
|
|
#define dgZorasFountainTitleCardGERTex "__OTR__textures/g_pn_34/gZorasFountainTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainTitleCardGERTex[] = dgZorasFountainTitleCardGERTex;
|
|
|
|
#define dgZorasFountainTitleCardFRATex "__OTR__textures/g_pn_34/gZorasFountainTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainTitleCardFRATex[] = dgZorasFountainTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_34_H
|