mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
667 B
C
16 lines
667 B
C
#ifndef TEXTURES_G_PN_30_H
|
|
#define TEXTURES_G_PN_30_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgZorasRiverTitleCardENGTex "__OTR__textures/g_pn_30/gZorasRiverTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gZorasRiverTitleCardENGTex[] = dgZorasRiverTitleCardENGTex;
|
|
|
|
#define dgZorasRiverTitleCardGERTex "__OTR__textures/g_pn_30/gZorasRiverTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gZorasRiverTitleCardGERTex[] = dgZorasRiverTitleCardGERTex;
|
|
|
|
#define dgZorasRiverTitleCardFRATex "__OTR__textures/g_pn_30/gZorasRiverTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gZorasRiverTitleCardFRATex[] = dgZorasRiverTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_30_H
|