mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 08:35:08 -04:00
15 lines
672 B
C
15 lines
672 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgMarketDayBgTLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBgTLUT"
|
|
static const ALIGN_ASSET(2) char gMarketDayBgTLUT[] = dgMarketDayBgTLUT;
|
|
|
|
#define dgMarketDayBg2TLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBg2TLUT"
|
|
static const ALIGN_ASSET(2) char gMarketDayBg2TLUT[] = dgMarketDayBg2TLUT;
|
|
|
|
#define dgMarketDayBg3TLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBg3TLUT"
|
|
static const ALIGN_ASSET(2) char gMarketDayBg3TLUT[] = dgMarketDayBg3TLUT;
|
|
|
|
#define dgMarketDayBg4TLUT "__OTR__textures/vr_MDVR_pal_static/gMarketDayBg4TLUT"
|
|
static const ALIGN_ASSET(2) char gMarketDayBg4TLUT[] = dgMarketDayBg4TLUT; |