Shipwright/soh/assets/textures/backgrounds/vr_MDVR_static.h
2023-03-02 15:37:47 +01:00

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;