From 0928b5cbbde02d4a6c58ca940040ae4a1c2ac2e4 Mon Sep 17 00:00:00 2001 From: citrons Date: Sat, 14 Oct 2023 00:20:50 -0500 Subject: give the terrain a texture --- random.h | 1 + 1 file changed, 1 insertion(+) (limited to 'random.h') diff --git a/random.h b/random.h index 18a032b..ed07bcd 100644 --- a/random.h +++ b/random.h @@ -1,6 +1,7 @@ #ifndef RANDOM_H #define RANDOM_H +Uint64 hash(Uint64 i); void seed_rand(Uint64 seed); Uint64 get_rand(void); int rand_int(void); -- cgit v1.2.3