mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-12 04:35:32 -07:00
16 lines
715 B
C
16 lines
715 B
C
#ifndef TEXTURES_G_PN_47_H
|
|
#define TEXTURES_G_PN_47_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgBombchuBowlingAlleyCardENGTex "__OTR__textures/g_pn_47/gBombchuBowlingAlleyCardENGTex"
|
|
static const ALIGN_ASSET(2) char gBombchuBowlingAlleyCardENGTex[] = dgBombchuBowlingAlleyCardENGTex;
|
|
|
|
#define dgBombchuBowlingAlleyCardGERTex "__OTR__textures/g_pn_47/gBombchuBowlingAlleyCardGERTex"
|
|
static const ALIGN_ASSET(2) char gBombchuBowlingAlleyCardGERTex[] = dgBombchuBowlingAlleyCardGERTex;
|
|
|
|
#define dgBombchuBowlingAlleyCardFRATex "__OTR__textures/g_pn_47/gBombchuBowlingAlleyCardFRATex"
|
|
static const ALIGN_ASSET(2) char gBombchuBowlingAlleyCardFRATex[] = dgBombchuBowlingAlleyCardFRATex;
|
|
|
|
#endif // TEXTURES_G_PN_47_H
|