mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
679 B
C
16 lines
679 B
C
#ifndef TEXTURES_G_PN_46_H
|
|
#define TEXTURES_G_PN_46_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgFishingPondTitleCardENGTex "__OTR__textures/g_pn_46/gFishingPondTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gFishingPondTitleCardENGTex[] = dgFishingPondTitleCardENGTex;
|
|
|
|
#define dgFishingPondTitleCardGERTex "__OTR__textures/g_pn_46/gFishingPondTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gFishingPondTitleCardGERTex[] = dgFishingPondTitleCardGERTex;
|
|
|
|
#define dgFishingPondTitleCardFRATex "__OTR__textures/g_pn_46/gFishingPondTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gFishingPondTitleCardFRATex[] = dgFishingPondTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_46_H
|