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_29_H
|
|
#define TEXTURES_G_PN_29_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGraveyardTitleCardENGTex "__OTR__textures/g_pn_29/gGraveyardTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gGraveyardTitleCardENGTex[] = dgGraveyardTitleCardENGTex;
|
|
|
|
#define dgGraveyardTitleCardGERTex "__OTR__textures/g_pn_29/gGraveyardTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gGraveyardTitleCardGERTex[] = dgGraveyardTitleCardGERTex;
|
|
|
|
#define dgGraveyardTitleCardFRATex "__OTR__textures/g_pn_29/gGraveyardTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gGraveyardTitleCardFRATex[] = dgGraveyardTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_29_H
|