aboutsummaryrefslogtreecommitdiff
path: root/random.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-11 21:43:36 +1100
committerquou <quou@disroot.org>2024-10-11 21:43:36 +1100
commit24b72170d34cee515398f206f087bfeafc7b6b55 (patch)
tree24c2bc3d7e1c0bdac9de38dae3c5d2de7e669f25 /random.h
parent9add408984464bd6b3cc018bb14c3d69ad0a2898 (diff)
game is pretty much done kek
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 8c7cb67..38afae5 100644
--- a/random.h
+++ b/random.h
@@ -7,6 +7,7 @@
extern int random_table[random_table_count];
+void set_ri(int i);
int get_r(void);
int get_rrange(int mi, int ma);
int get_rf(void);