mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 15:10:51 -08:00
16 lines
679 B
C
16 lines
679 B
C
#ifndef TEXTURES_G_PN_42_H
|
|
#define TEXTURES_G_PN_42_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgLonLonRanchTitleCardENGTex "__OTR__textures/g_pn_42/gLonLonRanchTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gLonLonRanchTitleCardENGTex[] = dgLonLonRanchTitleCardENGTex;
|
|
|
|
#define dgLonLonRanchTitleCardGERTex "__OTR__textures/g_pn_42/gLonLonRanchTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gLonLonRanchTitleCardGERTex[] = dgLonLonRanchTitleCardGERTex;
|
|
|
|
#define dgLonLonRanchTitleCardFRATex "__OTR__textures/g_pn_42/gLonLonRanchTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gLonLonRanchTitleCardFRATex[] = dgLonLonRanchTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_42_H
|