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

22 lines
857 B
C
Raw Normal View History

#ifndef TEXTURES_VR_FINE1_STATIC_H
#define TEXTURES_VR_FINE1_STATIC_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgDaySkybox1Tex "__OTR__textures/vr_fine1_static/gDaySkybox1Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDaySkybox1Tex[] = dgDaySkybox1Tex;
2023-02-14 08:29:46 -05:00
#define dgDaySkybox2Tex "__OTR__textures/vr_fine1_static/gDaySkybox2Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDaySkybox2Tex[] = dgDaySkybox2Tex;
2023-02-14 08:29:46 -05:00
#define dgDaySkybox3Tex "__OTR__textures/vr_fine1_static/gDaySkybox3Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDaySkybox3Tex[] = dgDaySkybox3Tex;
2023-02-14 08:29:46 -05:00
#define dgDaySkybox4Tex "__OTR__textures/vr_fine1_static/gDaySkybox4Tex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gDaySkybox4Tex[] = dgDaySkybox4Tex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgDaySkybox5Tex "__OTR__textures/vr_fine1_static/gDaySkybox5Tex"
static const ALIGN_ASSET(2) char gDaySkybox5Tex[] = dgDaySkybox5Tex;
#endif // TEXTURES_VR_FINE1_STATIC_H