12 lines
629 B
C
12 lines
629 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgZorasFountainTitleCardENGTex "__OTR__textures/g_pn_34/gZorasFountainTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainTitleCardENGTex[] = dgZorasFountainTitleCardENGTex;
|
|
|
|
#define dgZorasFountainTitleCardGERTex "__OTR__textures/g_pn_34/gZorasFountainTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainTitleCardGERTex[] = dgZorasFountainTitleCardGERTex;
|
|
|
|
#define dgZorasFountainTitleCardFRATex "__OTR__textures/g_pn_34/gZorasFountainTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gZorasFountainTitleCardFRATex[] = dgZorasFountainTitleCardFRATex; |