blob: 407b0c886f621a83d34231c98a0648847a56704c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef TEXTURES_VR_LHVR_STATIC_H
#define TEXTURES_VR_LHVR_STATIC_H 1
#include "align_asset_macro.h"
#define dgLinksHouseBgTex "__OTR__textures/vr_LHVR_static/gLinksHouseBgTex"
static const ALIGN_ASSET(2) char gLinksHouseBgTex[] = dgLinksHouseBgTex;
#define dgLinksHouse2BgTex "__OTR__textures/vr_LHVR_static/gLinksHouse2BgTex"
static const ALIGN_ASSET(2) char gLinksHouse2BgTex[] = dgLinksHouse2BgTex;
#define dgLinksHouse3BgTex "__OTR__textures/vr_LHVR_static/gLinksHouse3BgTex"
static const ALIGN_ASSET(2) char gLinksHouse3BgTex[] = dgLinksHouse3BgTex;
#define dgLinksHouse4BgTex "__OTR__textures/vr_LHVR_static/gLinksHouse4BgTex"
static const ALIGN_ASSET(2) char gLinksHouse4BgTex[] = dgLinksHouse4BgTex;
#endif // TEXTURES_VR_LHVR_STATIC_H
|