mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
667 B
C
16 lines
667 B
C
#ifndef TEXTURES_G_PN_19_H
|
|
#define TEXTURES_G_PN_19_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgKokiriShopTitleCardENGTex "__OTR__textures/g_pn_19/gKokiriShopTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gKokiriShopTitleCardENGTex[] = dgKokiriShopTitleCardENGTex;
|
|
|
|
#define dgKokiriShopTitleCardGERTex "__OTR__textures/g_pn_19/gKokiriShopTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gKokiriShopTitleCardGERTex[] = dgKokiriShopTitleCardGERTex;
|
|
|
|
#define dgKokiriShopTitleCardFRATex "__OTR__textures/g_pn_19/gKokiriShopTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gKokiriShopTitleCardFRATex[] = dgKokiriShopTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_19_H
|