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

16 lines
787 B
C
Raw Normal View History

#ifndef TEXTURES_G_PN_11_H
#define TEXTURES_G_PN_11_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgGERudoTrainingGroundTitleCardENGTex "__OTR__textures/g_pn_11/gGERudoTrainingGroundTitleCardENGTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGERudoTrainingGroundTitleCardENGTex[] = dgGERudoTrainingGroundTitleCardENGTex;
2023-02-14 08:29:46 -05:00
#define dgGERudoTrainingGroundTitleCardGERTex "__OTR__textures/g_pn_11/gGERudoTrainingGroundTitleCardGERTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gGERudoTrainingGroundTitleCardGERTex[] = dgGERudoTrainingGroundTitleCardGERTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgGERudoTrainingGroundTitleCardFRATex "__OTR__textures/g_pn_11/gGERudoTrainingGroundTitleCardFRATex"
static const ALIGN_ASSET(2) char gGERudoTrainingGroundTitleCardFRATex[] = dgGERudoTrainingGroundTitleCardFRATex;
#endif // TEXTURES_G_PN_11_H