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_23_H
|
|
#define TEXTURES_G_PN_23_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgBazaarTitleCardENGTex "__OTR__textures/g_pn_23/gBazaarTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gBazaarTitleCardENGTex[] = dgBazaarTitleCardENGTex;
|
|
|
|
#define dgBazaarTitleCardGERTex "__OTR__textures/g_pn_23/gBazaarTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gBazaarTitleCardGERTex[] = dgBazaarTitleCardGERTex;
|
|
|
|
#define dgBazaarTitleCardFRATex "__OTR__textures/g_pn_23/gBazaarTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gBazaarTitleCardFRATex[] = dgBazaarTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_23_H
|