2023-02-14 08:29:46 -05:00
|
|
|
#pragma once
|
2023-03-02 09:37:47 -05:00
|
|
|
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgMidosHouseBgTex "__OTR__textures/vr_K4VR_static/gMidosHouseBgTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gMidosHouseBgTex[] = dgMidosHouseBgTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgMidosHouse2BgTex "__OTR__textures/vr_K4VR_static/gMidosHouse2BgTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gMidosHouse2BgTex[] = dgMidosHouse2BgTex;
|
2023-02-14 08:29:46 -05:00
|
|
|
|
2023-03-02 09:37:47 -05:00
|
|
|
#define dgMidosHouse3BgTex "__OTR__textures/vr_K4VR_static/gMidosHouse3BgTex"
|
|
|
|
static const ALIGN_ASSET(2) char gMidosHouse3BgTex[] = dgMidosHouse3BgTex;
|