summaryrefslogtreecommitdiff
path: root/src/clientmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientmap.h')
-rw-r--r--src/clientmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clientmap.h b/src/clientmap.h
index e695411be..91f58a70c 100644
--- a/src/clientmap.h
+++ b/src/clientmap.h
@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes_extrabloated.h"
#include "map.h"
+#include "camera.h"
#include <set>
#include <map>
@@ -126,7 +127,7 @@ public:
int getBackgroundBrightness(float max_d, u32 daylight_factor,
int oldvalue, bool *sunlight_seen_result);
- void renderPostFx();
+ void renderPostFx(CameraMode cam_mode);
// For debug printing
virtual void PrintInfo(std::ostream &out);