mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 07:00:34 -08:00
16 lines
727 B
C
16 lines
727 B
C
#ifndef TEXTURES_G_PN_51_H
|
|
#define TEXTURES_G_PN_51_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgTreasureBoxShopTitleCardENGTex "__OTR__textures/g_pn_51/gTreasureBoxShopTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gTreasureBoxShopTitleCardENGTex[] = dgTreasureBoxShopTitleCardENGTex;
|
|
|
|
#define dgTreasureBoxShopTitleCardGERTex "__OTR__textures/g_pn_51/gTreasureBoxShopTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gTreasureBoxShopTitleCardGERTex[] = dgTreasureBoxShopTitleCardGERTex;
|
|
|
|
#define dgTreasureBoxShopTitleCardFRATex "__OTR__textures/g_pn_51/gTreasureBoxShopTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gTreasureBoxShopTitleCardFRATex[] = dgTreasureBoxShopTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_51_H
|