Shipwright/soh/assets/textures/place_title_cards/g_pn_23.h

16 lines
619 B
C
Raw Normal View History

#ifndef TEXTURES_G_PN_23_H
#define TEXTURES_G_PN_23_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgBazaarTitleCardENGTex "__OTR__textures/g_pn_23/gBazaarTitleCardENGTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBazaarTitleCardENGTex[] = dgBazaarTitleCardENGTex;
2023-02-14 08:29:46 -05:00
#define dgBazaarTitleCardGERTex "__OTR__textures/g_pn_23/gBazaarTitleCardGERTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBazaarTitleCardGERTex[] = dgBazaarTitleCardGERTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgBazaarTitleCardFRATex "__OTR__textures/g_pn_23/gBazaarTitleCardFRATex"
static const ALIGN_ASSET(2) char gBazaarTitleCardFRATex[] = dgBazaarTitleCardFRATex;
#endif // TEXTURES_G_PN_23_H