mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
655 B
C
16 lines
655 B
C
#ifndef TEXTURES_G_PN_10_H
|
|
#define TEXTURES_G_PN_10_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgIceCavernTitleCardENGTex "__OTR__textures/g_pn_10/gIceCavernTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gIceCavernTitleCardENGTex[] = dgIceCavernTitleCardENGTex;
|
|
|
|
#define dgIceCavernTitleCardGERTex "__OTR__textures/g_pn_10/gIceCavernTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gIceCavernTitleCardGERTex[] = dgIceCavernTitleCardGERTex;
|
|
|
|
#define dgIceCavernTitleCardFRATex "__OTR__textures/g_pn_10/gIceCavernTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gIceCavernTitleCardFRATex[] = dgIceCavernTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_10_H
|