From 8f73c61ec5b1505582d9d83aea99adff718a78e3 Mon Sep 17 00:00:00 2001 From: Prakxo <87568477+Prakxo@users.noreply.github.com> Date: Tue, 21 May 2024 18:21:23 +0200 Subject: second_game OK (#190) --- include/sys_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys_math.h') 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(); -- cgit v1.2.3