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

10 lines
243 B
Plaintext

// include the weather system file
// check this file for info about the system
#include "s_icw_include"
// the purpose of this function is to enable the weather system
void main()
{
// run the enable function
EnableWeatherSystem();
}