mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 15:10:51 -08:00
16 lines
691 B
C
16 lines
691 B
C
#ifndef TEXTURES_G_PN_31_H
|
|
#define TEXTURES_G_PN_31_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgKokiriForestTitleCardENGTex "__OTR__textures/g_pn_31/gKokiriForestTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gKokiriForestTitleCardENGTex[] = dgKokiriForestTitleCardENGTex;
|
|
|
|
#define dgKokiriForestTitleCardGERTex "__OTR__textures/g_pn_31/gKokiriForestTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gKokiriForestTitleCardGERTex[] = dgKokiriForestTitleCardGERTex;
|
|
|
|
#define dgKokiriForestTitleCardFRATex "__OTR__textures/g_pn_31/gKokiriForestTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gKokiriForestTitleCardFRATex[] = dgKokiriForestTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_31_H
|