mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-02 08:35:08 -04:00
15 lines
624 B
C
15 lines
624 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgStableBgTLUT "__OTR__textures/vr_MLVR_pal_static/gStableBgTLUT"
|
|
static const ALIGN_ASSET(2) char gStableBgTLUT[] = dgStableBgTLUT;
|
|
|
|
#define dgStableBg2TLUT "__OTR__textures/vr_MLVR_pal_static/gStableBg2TLUT"
|
|
static const ALIGN_ASSET(2) char gStableBg2TLUT[] = dgStableBg2TLUT;
|
|
|
|
#define dgStableBg3TLUT "__OTR__textures/vr_MLVR_pal_static/gStableBg3TLUT"
|
|
static const ALIGN_ASSET(2) char gStableBg3TLUT[] = dgStableBg3TLUT;
|
|
|
|
#define dgStableBg4TLUT "__OTR__textures/vr_MLVR_pal_static/gStableBg4TLUT"
|
|
static const ALIGN_ASSET(2) char gStableBg4TLUT[] = dgStableBg4TLUT; |