mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 15:10:51 -08:00
16 lines
667 B
C
16 lines
667 B
C
#ifndef TEXTURES_G_PN_24_H
|
|
#define TEXTURES_G_PN_24_H 1
|
|
|
|
#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;
|
|
|
|
#endif // TEXTURES_G_PN_24_H
|