mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
763 B
C
16 lines
763 B
C
#ifndef TEXTURES_G_PN_09_H
|
|
#define TEXTURES_G_PN_09_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgInsideGanonsCastleTitleCardENGTex "__OTR__textures/g_pn_09/gInsideGanonsCastleTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gInsideGanonsCastleTitleCardENGTex[] = dgInsideGanonsCastleTitleCardENGTex;
|
|
|
|
#define dgInsideGanonsCastleTitleCardGERTex "__OTR__textures/g_pn_09/gInsideGanonsCastleTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gInsideGanonsCastleTitleCardGERTex[] = dgInsideGanonsCastleTitleCardGERTex;
|
|
|
|
#define dgInsideGanonsCastleTitleCardFRATex "__OTR__textures/g_pn_09/gInsideGanonsCastleTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gInsideGanonsCastleTitleCardFRATex[] = dgInsideGanonsCastleTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_09_H
|