#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