mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
16 lines
609 B
C
16 lines
609 B
C
#ifndef TEXTURES_VR_K5VR_STATIC_H
|
|
#define TEXTURES_VR_K5VR_STATIC_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgSariasHouseBgTex "__OTR__textures/vr_K5VR_static/gSariasHouseBgTex"
|
|
static const ALIGN_ASSET(2) char gSariasHouseBgTex[] = dgSariasHouseBgTex;
|
|
|
|
#define dgSariasHouse2BgTex "__OTR__textures/vr_K5VR_static/gSariasHouse2BgTex"
|
|
static const ALIGN_ASSET(2) char gSariasHouse2BgTex[] = dgSariasHouse2BgTex;
|
|
|
|
#define dgSariasHouse3BgTex "__OTR__textures/vr_K5VR_static/gSariasHouse3BgTex"
|
|
static const ALIGN_ASSET(2) char gSariasHouse3BgTex[] = dgSariasHouse3BgTex;
|
|
|
|
#endif // TEXTURES_VR_K5VR_STATIC_H
|