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

16 lines
727 B
C
Raw Normal View History

#ifndef TEXTURES_G_PN_15_H
#define TEXTURES_G_PN_15_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgShootingGalleryTitleCardENGTex "__OTR__textures/g_pn_15/gShootingGalleryTitleCardENGTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gShootingGalleryTitleCardENGTex[] = dgShootingGalleryTitleCardENGTex;
2023-02-14 08:29:46 -05:00
#define dgShootingGalleryTitleCardGERTex "__OTR__textures/g_pn_15/gShootingGalleryTitleCardGERTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gShootingGalleryTitleCardGERTex[] = dgShootingGalleryTitleCardGERTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgShootingGalleryTitleCardFRATex "__OTR__textures/g_pn_15/gShootingGalleryTitleCardFRATex"
static const ALIGN_ASSET(2) char gShootingGalleryTitleCardFRATex[] = dgShootingGalleryTitleCardFRATex;
#endif // TEXTURES_G_PN_15_H