mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
691 B
C
16 lines
691 B
C
#ifndef TEXTURES_G_PN_57_H
|
|
#define TEXTURES_G_PN_57_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgQuestionMarkTitleCardENGTex "__OTR__textures/g_pn_57/gQuestionMarkTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gQuestionMarkTitleCardENGTex[] = dgQuestionMarkTitleCardENGTex;
|
|
|
|
#define dgQuestionMarkTitleCardGERTex "__OTR__textures/g_pn_57/gQuestionMarkTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gQuestionMarkTitleCardGERTex[] = dgQuestionMarkTitleCardGERTex;
|
|
|
|
#define dgQuestionMarkTitleCardFRATex "__OTR__textures/g_pn_57/gQuestionMarkTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gQuestionMarkTitleCardFRATex[] = dgQuestionMarkTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_57_H
|