mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
727 B
C
16 lines
727 B
C
#ifndef TEXTURES_G_PN_54_H
|
|
#define TEXTURES_G_PN_54_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgBottomOfTheWellTitleCardENGTex "__OTR__textures/g_pn_54/gBottomOfTheWellTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gBottomOfTheWellTitleCardENGTex[] = dgBottomOfTheWellTitleCardENGTex;
|
|
|
|
#define dgBottomOfTheWellTitleCardGERTex "__OTR__textures/g_pn_54/gBottomOfTheWellTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gBottomOfTheWellTitleCardGERTex[] = dgBottomOfTheWellTitleCardGERTex;
|
|
|
|
#define dgBottomOfTheWellTitleCardFRATex "__OTR__textures/g_pn_54/gBottomOfTheWellTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gBottomOfTheWellTitleCardFRATex[] = dgBottomOfTheWellTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_54_H
|