Redline/source/sky.h

1 line
78 B
C
Raw Normal View History

#ifndef __SKY #define __SKY extern int gLightning; void SkyRender(); #endif