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_36_H
|
|
#define TEXTURES_G_PN_36_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgLostWoodsTitleCardENGTex "__OTR__textures/g_pn_36/gLostWoodsTitleCardENGTex"
|
|
static const ALIGN_ASSET(2) char gLostWoodsTitleCardENGTex[] = dgLostWoodsTitleCardENGTex;
|
|
|
|
#define dgLostWoodsTitleCardGERTex "__OTR__textures/g_pn_36/gLostWoodsTitleCardGERTex"
|
|
static const ALIGN_ASSET(2) char gLostWoodsTitleCardGERTex[] = dgLostWoodsTitleCardGERTex;
|
|
|
|
#define dgLostWoodsTitleCardFRATex "__OTR__textures/g_pn_36/gLostWoodsTitleCardFRATex"
|
|
static const ALIGN_ASSET(2) char gLostWoodsTitleCardFRATex[] = dgLostWoodsTitleCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_36_H
|