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_43_H
|
|
#define TEXTURES_G_PN_43_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGanonsCastleTitleCardENGTex "__OTR__textures/g_pn_43/gGanonsCastleTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gGanonsCastleTitleCardENGTex[] = dgGanonsCastleTitleCardENGTex;
|
|
|
|
#define dgGanonsCastleTitleCardGERTex "__OTR__textures/g_pn_43/gGanonsCastleTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gGanonsCastleTitleCardGERTex[] = dgGanonsCastleTitleCardGERTex;
|
|
|
|
#define dgGanonsCastleTitleCardFRATex "__OTR__textures/g_pn_43/gGanonsCastleTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gGanonsCastleTitleCardFRATex[] = dgGanonsCastleTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_43_H
|