summaryrefslogtreecommitdiff
path: root/src/clientmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientmap.h')
-rw-r--r--src/clientmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clientmap.h b/src/clientmap.h
index ae5ab6d35..445f10c97 100644
--- a/src/clientmap.h
+++ b/src/clientmap.h
@@ -120,6 +120,8 @@ public:
return m_box;
}
+ void getBlocksInViewRange(v3s16 cam_pos_nodes,
+ v3s16 *p_blocks_min, v3s16 *p_blocks_max);
void updateDrawList(video::IVideoDriver* driver);
void renderMap(video::IVideoDriver* driver, s32 pass);