mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
19 lines
767 B
C
19 lines
767 B
C
#ifndef TEXTURES_VR_RUVR_STATIC_H
|
|
#define TEXTURES_VR_RUVR_STATIC_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgMarketRuinsBgTex "__OTR__textures/vr_RUVR_static/gMarketRuinsBgTex"
|
|
static const ALIGN_ASSET(2) char gMarketRuinsBgTex[] = dgMarketRuinsBgTex;
|
|
|
|
#define dgMarketRuins2BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins2BgTex"
|
|
static const ALIGN_ASSET(2) char gMarketRuins2BgTex[] = dgMarketRuins2BgTex;
|
|
|
|
#define dgMarketRuins3BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins3BgTex"
|
|
static const ALIGN_ASSET(2) char gMarketRuins3BgTex[] = dgMarketRuins3BgTex;
|
|
|
|
#define dgMarketRuins4BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins4BgTex"
|
|
static const ALIGN_ASSET(2) char gMarketRuins4BgTex[] = dgMarketRuins4BgTex;
|
|
|
|
#endif // TEXTURES_VR_RUVR_STATIC_H
|