mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
691 B
C
16 lines
691 B
C
#ifndef TEXTURES_G_PN_01_H
|
|
#define TEXTURES_G_PN_01_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgForestTempleTitleCardENGTex "__OTR__textures/g_pn_01/gForestTempleTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gForestTempleTitleCardENGTex[] = dgForestTempleTitleCardENGTex;
|
|
|
|
#define dgForestTempleTitleCardGERTex "__OTR__textures/g_pn_01/gForestTempleTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gForestTempleTitleCardGERTex[] = dgForestTempleTitleCardGERTex;
|
|
|
|
#define dgForestTempleTitleCardFRATex "__OTR__textures/g_pn_01/gForestTempleTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gForestTempleTitleCardFRATex[] = dgForestTempleTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_01_H
|