mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 08:35:08 -04:00
15 lines
640 B
C
15 lines
640 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgMarketDayBgTex "__OTR__textures/vr_MDVR_static/gMarketDayBgTex"
|
|
static const ALIGN_ASSET(2) char gMarketDayBgTex[] = dgMarketDayBgTex;
|
|
|
|
#define dgMarketDay2BgTex "__OTR__textures/vr_MDVR_static/gMarketDay2BgTex"
|
|
static const ALIGN_ASSET(2) char gMarketDay2BgTex[] = dgMarketDay2BgTex;
|
|
|
|
#define dgMarketDay3BgTex "__OTR__textures/vr_MDVR_static/gMarketDay3BgTex"
|
|
static const ALIGN_ASSET(2) char gMarketDay3BgTex[] = dgMarketDay3BgTex;
|
|
|
|
#define dgMarketDay4BgTex "__OTR__textures/vr_MDVR_static/gMarketDay4BgTex"
|
|
static const ALIGN_ASSET(2) char gMarketDay4BgTex[] = dgMarketDay4BgTex; |