summaryrefslogtreecommitdiff
path: root/random.h
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2023-10-14 00:20:50 -0500
committercitrons <citrons@mondecitronne.com>2023-10-14 00:20:50 -0500
commit0928b5cbbde02d4a6c58ca940040ae4a1c2ac2e4 (patch)
treec5725ba5dc07a810ed1e0e743658a1fd0d2c6e20 /random.h
parent55ea3a406e7232dc5848101dd806819e59df4cac (diff)
give the terrain a texture
Diffstat (limited to 'random.h')
-rw-r--r--random.h1
1 files changed, 1 insertions, 0 deletions
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);