X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fclientmap.h;h=91f58a70c5dbd125e59efb92247437b1f5946bb4;hb=86a0f5603b9e936b8527ae22c4aeaf5714c9d279;hp=e695411be593916695a4616c03449e95ac2e8524;hpb=062de11b4cff30861dd4e9eb56f131d821f34b51;p=oweals%2Fminetest.git 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 #include @@ -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);