OctaCore/src/engine/rendersky.hh
2020-05-13 00:48:09 +02:00

11 lines
192 B
C++

#ifndef ENGINE_RENDERSKY_HH
#define ENGINE_RENDERSKY_HH
extern int skyshadow, explicitsky;
void cleanupsky();
bool limitsky();
void drawskybox(bool clear = false);
bool hasskybox();
#endif