summaryrefslogtreecommitdiff
path: root/include/sys_math.h
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-05-21 18:21:23 +0200
committerGitHub <noreply@github.com>2024-05-21 09:21:23 -0700
commit8f73c61ec5b1505582d9d83aea99adff718a78e3 (patch)
tree977c8fab65f93d351fdc2f091957398f9b0e87b2 /include/sys_math.h
parent448405671db5a0c0ffd5d62c04c333d7e3b4e7fc (diff)
second_game OK (#190)
Diffstat (limited to 'include/sys_math.h')
-rw-r--r--include/sys_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys_math.h b/include/sys_math.h
index 599e94f..31e986f 100644
--- a/include/sys_math.h
+++ b/include/sys_math.h
@@ -13,7 +13,7 @@
#define RANDOM2(n) ((s32)RANDOM_F2(n))
// void reverse_u32();
-// void init_rnd();
+void init_rnd(void);
// void ffact();
// void ifact();
// void powi();