summaryrefslogtreecommitdiff
path: root/src/code/z_lib.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-19 04:49:56 +0200
committerGitHub <noreply@github.com>2024-09-18 19:49:56 -0700
commit34dcfbccc6c64a9394b54e6968791da92fcd18f5 (patch)
treeba4525c28692d3c42d665e5dacafbc8820aa02e7 /src/code/z_lib.c
parente05eaf981225397fdfeb95f3a3d7c995e7dd2471 (diff)
Add rand.h for non-qrand.c rand functions (#1684)
* sync rand.h with related oot PR * fix * yeet comment
Diffstat (limited to 'src/code/z_lib.c')
-rw-r--r--src/code/z_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_lib.c b/src/code/z_lib.c
index e8d95584a..9f93783b5 100644
--- a/src/code/z_lib.c
+++ b/src/code/z_lib.c
@@ -3,6 +3,7 @@
#include "libc64/qrand.h"
+#include "rand.h"
#include "segmented_address.h"
#include "sfx.h"
#include "z64game.h"