Shipwright/soh/assets/textures/backgrounds/vr_ALVR_static.h

17 lines
656 B
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
#define dgMarketPotionShopBgTex "__OTR__textures/vr_ALVR_static/gMarketPotionShopBgTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMarketPotionShopBgTex[] = dgMarketPotionShopBgTex;
#else
static const char gMarketPotionShopBgTex[] __attribute__((aligned (2))) = dgMarketPotionShopBgTex;
#endif
#define dgMarketPotionShop2BgTex "__OTR__textures/vr_ALVR_static/gMarketPotionShop2BgTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMarketPotionShop2BgTex[] = dgMarketPotionShop2BgTex;
#else
static const char gMarketPotionShop2BgTex[] __attribute__((aligned (2))) = dgMarketPotionShop2BgTex;
#endif