From 2e90ed07acd295387c0da6c0689d14665b6c125d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 16 Mar 2012 16:34:30 +0200 Subject: Dynamic sky, fog and cloud colors; sun and moon --- src/clientmap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/clientmap.h') diff --git a/src/clientmap.h b/src/clientmap.h index aead670c1..3a906f8d6 100644 --- a/src/clientmap.h +++ b/src/clientmap.h @@ -116,6 +116,9 @@ public: void renderMap(video::IVideoDriver* driver, s32 pass); + int getBackgroundBrightness(float max_d, u32 daylight_factor, + int oldvalue, bool *sunlight_seen_result); + void renderPostFx(); // For debug printing -- cgit v1.2.3