blob: af6b7f25d06df79fc0e0b4e3299e5dc078f6b5ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#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
|