From 231386d50192a798fd30d49ae758da254f4a9db1 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 28 Feb 2011 14:51:57 +0200 Subject: tweaked mapgen --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 0692f2b23..62df56461 100644 --- a/src/map.h +++ b/src/map.h @@ -45,6 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ double base_rock_level_2d(u64 seed, v2f p); +bool get_have_sand(u64 seed, v2f p); /* */ -- cgit v1.2.3