mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 08:35:08 -04:00
12 lines
514 B
C
12 lines
514 B
C
#pragma once
|
|
|
|
#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; |