mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
643 B
C
16 lines
643 B
C
#ifndef TEXTURES_G_PN_21_H
|
|
#define TEXTURES_G_PN_21_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgZoraShopTitleCardENGTex "__OTR__textures/g_pn_21/gZoraShopTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gZoraShopTitleCardENGTex[] = dgZoraShopTitleCardENGTex;
|
|
|
|
#define dgZoraShopTitleCardGERTex "__OTR__textures/g_pn_21/gZoraShopTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gZoraShopTitleCardGERTex[] = dgZoraShopTitleCardGERTex;
|
|
|
|
#define dgZoraShopTitleCardFRATex "__OTR__textures/g_pn_21/gZoraShopTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gZoraShopTitleCardFRATex[] = dgZoraShopTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_21_H
|