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

16 lines
715 B
C
Raw Normal View History

#ifndef TEXTURES_G_PN_49_H
#define TEXTURES_G_PN_49_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgThievesHideoutTitleCardENGTex "__OTR__textures/g_pn_49/gThievesHideoutTitleCardENGTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gThievesHideoutTitleCardENGTex[] = dgThievesHideoutTitleCardENGTex;
2023-02-14 08:29:46 -05:00
#define dgThievesHideoutTitleCardGERTex "__OTR__textures/g_pn_49/gThievesHideoutTitleCardGERTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gThievesHideoutTitleCardGERTex[] = dgThievesHideoutTitleCardGERTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgThievesHideoutTitleCardFRATex "__OTR__textures/g_pn_49/gThievesHideoutTitleCardFRATex"
static const ALIGN_ASSET(2) char gThievesHideoutTitleCardFRATex[] = dgThievesHideoutTitleCardFRATex;
#endif // TEXTURES_G_PN_49_H