12 lines
569 B
C
12 lines
569 B
C
#pragma once
|
|
|
|
#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; |