12 lines
593 B
C
12 lines
593 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgPotionShopTitleCardENGTex "__OTR__textures/g_pn_24/gPotionShopTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopTitleCardENGTex[] = dgPotionShopTitleCardENGTex;
|
|
|
|
#define dgPotionShopTitleCardGERTex "__OTR__textures/g_pn_24/gPotionShopTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gPotionShopTitleCardGERTex[] = dgPotionShopTitleCardGERTex;
|
|
|
|
#define dgPotionShopTitleCardFRATex "__OTR__textures/g_pn_24/gPotionShopTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gPotionShopTitleCardFRATex[] = dgPotionShopTitleCardFRATex; |