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