mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
19 lines
795 B
C
19 lines
795 B
C
#ifndef TEXTURES_VR_LHVR_PAL_STATIC_H
|
|
#define TEXTURES_VR_LHVR_PAL_STATIC_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgLinksHouseBgTLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBgTLUT"
|
|
static const ALIGN_ASSET(2) char gLinksHouseBgTLUT[] = dgLinksHouseBgTLUT;
|
|
|
|
#define dgLinksHouseBg2TLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBg2TLUT"
|
|
static const ALIGN_ASSET(2) char gLinksHouseBg2TLUT[] = dgLinksHouseBg2TLUT;
|
|
|
|
#define dgLinksHouseBg3TLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBg3TLUT"
|
|
static const ALIGN_ASSET(2) char gLinksHouseBg3TLUT[] = dgLinksHouseBg3TLUT;
|
|
|
|
#define dgLinksHouseBg4TLUT "__OTR__textures/vr_LHVR_pal_static/gLinksHouseBg4TLUT"
|
|
static const ALIGN_ASSET(2) char gLinksHouseBg4TLUT[] = dgLinksHouseBg4TLUT;
|
|
|
|
#endif // TEXTURES_VR_LHVR_PAL_STATIC_H
|