blob: d14f03ff4ecfa8d3324576a5b118ed3ff5277a78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef TEXTURES_VR_KHVR_STATIC_H
#define TEXTURES_VR_KHVR_STATIC_H 1
#include "align_asset_macro.h"
#define dgKnowItAllBrosHouseBgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouseBgTex"
static const ALIGN_ASSET(2) char gKnowItAllBrosHouseBgTex[] = dgKnowItAllBrosHouseBgTex;
#define dgKnowItAllBrosHouse2BgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouse2BgTex"
static const ALIGN_ASSET(2) char gKnowItAllBrosHouse2BgTex[] = dgKnowItAllBrosHouse2BgTex;
#define dgKnowItAllBrosHouse3BgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouse3BgTex"
static const ALIGN_ASSET(2) char gKnowItAllBrosHouse3BgTex[] = dgKnowItAllBrosHouse3BgTex;
#define dgKnowItAllBrosHouse4BgTex "__OTR__textures/vr_KHVR_static/gKnowItAllBrosHouse4BgTex"
static const ALIGN_ASSET(2) char gKnowItAllBrosHouse4BgTex[] = dgKnowItAllBrosHouse4BgTex;
#endif // TEXTURES_VR_KHVR_STATIC_H
|