OctaCore/src/engine/rendersky.hh

12 lines
192 B
C++
Raw Normal View History

2020-05-13 00:48:09 +02:00
#ifndef ENGINE_RENDERSKY_HH
#define ENGINE_RENDERSKY_HH
extern int skyshadow, explicitsky;
void cleanupsky();
bool limitsky();
void drawskybox(bool clear = false);
bool hasskybox();
#endif