12 lines
617 B
C
12 lines
617 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgHyruleCastleTitleCardENGTex "__OTR__textures/g_pn_38/gHyruleCastleTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gHyruleCastleTitleCardENGTex[] = dgHyruleCastleTitleCardENGTex;
|
|
|
|
#define dgHyruleCastleTitleCardGERTex "__OTR__textures/g_pn_38/gHyruleCastleTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gHyruleCastleTitleCardGERTex[] = dgHyruleCastleTitleCardGERTex;
|
|
|
|
#define dgHyruleCastleTitleCardFRATex "__OTR__textures/g_pn_38/gHyruleCastleTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gHyruleCastleTitleCardFRATex[] = dgHyruleCastleTitleCardFRATex; |