Files
HeroesStone_PRC8/_module/nss/s_icw_skybox.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

9 lines
185 B
Plaintext

// include the weather system file
// check this file for info about the system
#include "s_icw_include"
void main()
{
// run the skybox modification function
ModifySkyBox();
}