Shipwright/soh/assets/textures/backgrounds/vr_RUVR_static.h

19 lines
767 B
C
Raw Normal View History

#ifndef TEXTURES_VR_RUVR_STATIC_H
#define TEXTURES_VR_RUVR_STATIC_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgMarketRuinsBgTex "__OTR__textures/vr_RUVR_static/gMarketRuinsBgTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMarketRuinsBgTex[] = dgMarketRuinsBgTex;
2023-02-14 08:29:46 -05:00
#define dgMarketRuins2BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins2BgTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMarketRuins2BgTex[] = dgMarketRuins2BgTex;
2023-02-14 08:29:46 -05:00
#define dgMarketRuins3BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins3BgTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gMarketRuins3BgTex[] = dgMarketRuins3BgTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgMarketRuins4BgTex "__OTR__textures/vr_RUVR_static/gMarketRuins4BgTex"
static const ALIGN_ASSET(2) char gMarketRuins4BgTex[] = dgMarketRuins4BgTex;
#endif // TEXTURES_VR_RUVR_STATIC_H