mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 15:10:51 -08:00
16 lines
619 B
C
16 lines
619 B
C
#ifndef TEXTURES_G_PN_48_H
|
|
#define TEXTURES_G_PN_48_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgStableTitleCardENGTex "__OTR__textures/g_pn_48/gStableTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gStableTitleCardENGTex[] = dgStableTitleCardENGTex;
|
|
|
|
#define dgStableTitleCardGERTex "__OTR__textures/g_pn_48/gStableTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gStableTitleCardGERTex[] = dgStableTitleCardGERTex;
|
|
|
|
#define dgStableTitleCardFRATex "__OTR__textures/g_pn_48/gStableTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gStableTitleCardFRATex[] = dgStableTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_48_H
|