mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
619 B
C
16 lines
619 B
C
#ifndef TEXTURES_G_PN_17_H
|
|
#define TEXTURES_G_PN_17_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgMarketTitleCardENGTex "__OTR__textures/g_pn_17/gMarketTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gMarketTitleCardENGTex[] = dgMarketTitleCardENGTex;
|
|
|
|
#define dgMarketTitleCardGERTex "__OTR__textures/g_pn_17/gMarketTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gMarketTitleCardGERTex[] = dgMarketTitleCardGERTex;
|
|
|
|
#define dgMarketTitleCardFRATex "__OTR__textures/g_pn_17/gMarketTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gMarketTitleCardFRATex[] = dgMarketTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_17_H
|