mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-09 15:10:51 -08:00
16 lines
655 B
C
16 lines
655 B
C
#ifndef TEXTURES_G_PN_41_H
|
|
#define TEXTURES_G_PN_41_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGoronCityTitleCardENGTex "__OTR__textures/g_pn_41/gGoronCityTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gGoronCityTitleCardENGTex[] = dgGoronCityTitleCardENGTex;
|
|
|
|
#define dgGoronCityTitleCardGERTex "__OTR__textures/g_pn_41/gGoronCityTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gGoronCityTitleCardGERTex[] = dgGoronCityTitleCardGERTex;
|
|
|
|
#define dgGoronCityTitleCardFRATex "__OTR__textures/g_pn_41/gGoronCityTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gGoronCityTitleCardFRATex[] = dgGoronCityTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_41_H
|