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

16 lines
667 B
C
Raw Permalink Normal View History

#ifndef TEXTURES_G_PN_30_H
#define TEXTURES_G_PN_30_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgZorasRiverTitleCardENGTex "__OTR__textures/g_pn_30/gZorasRiverTitleCardENGTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gZorasRiverTitleCardENGTex[] = dgZorasRiverTitleCardENGTex;
2023-02-14 08:29:46 -05:00
#define dgZorasRiverTitleCardGERTex "__OTR__textures/g_pn_30/gZorasRiverTitleCardGERTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gZorasRiverTitleCardGERTex[] = dgZorasRiverTitleCardGERTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgZorasRiverTitleCardFRATex "__OTR__textures/g_pn_30/gZorasRiverTitleCardFRATex"
static const ALIGN_ASSET(2) char gZorasRiverTitleCardFRATex[] = dgZorasRiverTitleCardFRATex;
#endif // TEXTURES_G_PN_30_H