blob: 89942e4317bd7f970efa3c785c84da93683b8186 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#ifndef MISC_D2_CLOUD_STATIC_H
#define MISC_D2_CLOUD_STATIC_H 1
#include "align_asset_macro.h"
#define dgSkyboxCloudy1Tex "__OTR__misc/d2_cloud_static/gSkyboxCloudy1Tex"
static const ALIGN_ASSET(2) char gSkyboxCloudy1Tex[] = dgSkyboxCloudy1Tex;
#define dgSkyboxCloudy2Tex "__OTR__misc/d2_cloud_static/gSkyboxCloudy2Tex"
static const ALIGN_ASSET(2) char gSkyboxCloudy2Tex[] = dgSkyboxCloudy2Tex;
#define dgSkyboxCloudy3Tex "__OTR__misc/d2_cloud_static/gSkyboxCloudy3Tex"
static const ALIGN_ASSET(2) char gSkyboxCloudy3Tex[] = dgSkyboxCloudy3Tex;
#define dgSkyboxCloudy4Tex "__OTR__misc/d2_cloud_static/gSkyboxCloudy4Tex"
static const ALIGN_ASSET(2) char gSkyboxCloudy4Tex[] = dgSkyboxCloudy4Tex;
#define dgSkyboxCloudy5Tex "__OTR__misc/d2_cloud_static/gSkyboxCloudy5Tex"
static const ALIGN_ASSET(2) char gSkyboxCloudy5Tex[] = dgSkyboxCloudy5Tex;
#endif // MISC_D2_CLOUD_STATIC_H
|