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 dgCarpentersHouseBgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouseBgTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gCarpentersHouseBgTex[] = dgCarpentersHouseBgTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgCarpentersHouse2BgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouse2BgTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gCarpentersHouse2BgTex[] = dgCarpentersHouse2BgTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgCarpentersHouse3BgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouse3BgTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gCarpentersHouse3BgTex[] = dgCarpentersHouse3BgTex;
|
2023-02-14 08:29:46 -05:00
|
|
|
|
2023-03-02 09:37:47 -05:00
|
|
|
#define dgCarpentersHouse4BgTex "__OTR__textures/vr_KKRVR_static/gCarpentersHouse4BgTex"
|
|
|
|
static const ALIGN_ASSET(2) char gCarpentersHouse4BgTex[] = dgCarpentersHouse4BgTex;
|