Shipwright/soh/assets/textures/skyboxes/vr_fine3_pal_static.h

10 lines
301 B
C
Raw Normal View History

2023-02-14 14:29:46 +01:00
#pragma once
#define dgNightSkyboxTLUT "__OTR__textures/vr_fine3_pal_static/gNightSkyboxTLUT"
#ifdef _WIN32
static const __declspec(align(2)) char gNightSkyboxTLUT[] = dgNightSkyboxTLUT;
#else
static const char gNightSkyboxTLUT[] __attribute__((aligned (2))) = dgNightSkyboxTLUT;
#endif