mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 08:35:08 -04:00
15 lines
772 B
C
15 lines
772 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgCarpentersHouseBgTLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBgTLUT"
|
|
static const ALIGN_ASSET(2) char gCarpentersHouseBgTLUT[] = dgCarpentersHouseBgTLUT;
|
|
|
|
#define dgCarpentersHouseBg2TLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBg2TLUT"
|
|
static const ALIGN_ASSET(2) char gCarpentersHouseBg2TLUT[] = dgCarpentersHouseBg2TLUT;
|
|
|
|
#define dgCarpentersHouseBg3TLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBg3TLUT"
|
|
static const ALIGN_ASSET(2) char gCarpentersHouseBg3TLUT[] = dgCarpentersHouseBg3TLUT;
|
|
|
|
#define dgCarpentersHouseBg4TLUT "__OTR__textures/vr_KKRVR_pal_static/gCarpentersHouseBg4TLUT"
|
|
static const ALIGN_ASSET(2) char gCarpentersHouseBg4TLUT[] = dgCarpentersHouseBg4TLUT; |