1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

tweaked mapgen

This commit is contained in:
Perttu Ahola 2011-02-28 14:51:57 +02:00
parent ad9e084e94
commit 231386d501
5 changed files with 130 additions and 74 deletions

View file

@ -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);
/*
*/