mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
739 B
C
16 lines
739 B
C
#ifndef TEXTURES_G_PN_44_H
|
|
#define TEXTURES_G_PN_44_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgRoyalFamilysTombTitleCardENGTex "__OTR__textures/g_pn_44/gRoyalFamilysTombTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gRoyalFamilysTombTitleCardENGTex[] = dgRoyalFamilysTombTitleCardENGTex;
|
|
|
|
#define dgRoyalFamilysTombTitleCardGERTex "__OTR__textures/g_pn_44/gRoyalFamilysTombTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gRoyalFamilysTombTitleCardGERTex[] = dgRoyalFamilysTombTitleCardGERTex;
|
|
|
|
#define dgRoyalFamilysTombTitleCardFRATex "__OTR__textures/g_pn_44/gRoyalFamilysTombTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gRoyalFamilysTombTitleCardFRATex[] = dgRoyalFamilysTombTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_44_H
|