perlin noise

This commit is contained in:
onezplpl 2024-07-13 11:18:12 -04:00
parent 48ecd8d9e8
commit 186ea5f204
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
7 changed files with 279 additions and 61 deletions

5
gen.h Normal file
View file

@ -0,0 +1,5 @@
#include "const.h"
int cube_exists(int x, int y, int z, Chunk dat);
Chunk fetch_chunk(int x, int y, int z);
void purge_chunks();