OctaCore/src/engine/rendersky.hh

12 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