From 3891bc43e084b9bd1c345638dfbbffa9d71658c9 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 17 Jan 2011 02:40:53 +0200 Subject: fine-tuning of map generator and server and stuff. --- src/utility.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/utility.h') diff --git a/src/utility.h b/src/utility.h index 28cc95ddd..c4f45ba0f 100644 --- a/src/utility.h +++ b/src/utility.h @@ -1574,5 +1574,12 @@ private: core::map m_lists; }; +/* + Miscellaneous functions +*/ + +bool isBlockInSight(v3s16 blockpos_b, v3f camera_pos, v3f camera_dir, f32 range); + + #endif -- cgit v1.2.3