mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
16 lines
621 B
C
16 lines
621 B
C
#ifndef TEXTURES_VR_K3VR_STATIC_H
|
|
#define TEXTURES_VR_K3VR_STATIC_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgHouseOfTwinsBgTex "__OTR__textures/vr_K3VR_static/gHouseOfTwinsBgTex"
|
|
static const ALIGN_ASSET(2) char gHouseOfTwinsBgTex[] = dgHouseOfTwinsBgTex;
|
|
|
|
#define dgHouseOfTwins2BgTex "__OTR__textures/vr_K3VR_static/gHouseOfTwins2BgTex"
|
|
static const ALIGN_ASSET(2) char gHouseOfTwins2BgTex[] = dgHouseOfTwins2BgTex;
|
|
|
|
#define dgHouseOfTwins3BgTex "__OTR__textures/vr_K3VR_static/gHouseOfTwins3BgTex"
|
|
static const ALIGN_ASSET(2) char gHouseOfTwins3BgTex[] = dgHouseOfTwins3BgTex;
|
|
|
|
#endif // TEXTURES_VR_K3VR_STATIC_H
|