#ifndef TEXTURES_VR_MDVR_STATIC_H
#define TEXTURES_VR_MDVR_STATIC_H 1

#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;

#endif // TEXTURES_VR_MDVR_STATIC_H