From fca5307ea908606c40c051d4c366ed8dcf077258 Mon Sep 17 00:00:00 2001 From: Maide <34639600+Kelebek1@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:11:19 +0100 Subject: m_play (#50) * m_play * Some warnings * lots of function renames from the gcn version * fix warnings * format * a * a * PR * PR2 --------- Co-authored-by: Maide Co-authored-by: angie --- include/libc64/qrand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libc64') diff --git a/include/libc64/qrand.h b/include/libc64/qrand.h index 0e6ee34..e589b24 100644 --- a/include/libc64/qrand.h +++ b/include/libc64/qrand.h @@ -5,7 +5,7 @@ // void qrand(); // void sqrand(); -// void fqrand(); +f32 fqrand(void); // void fqrand2(); // void sqrand_r(); // void qrand_r(); -- cgit v1.2.3