generated from Jaysyn/ModuleTemplate
10 lines
243 B
Plaintext
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();
|
|
}
|