diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2023-08-16 19:11:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 11:11:19 -0700 |
| commit | fca5307ea908606c40c051d4c366ed8dcf077258 (patch) | |
| tree | e7cbc4524c9510a935c62ab191eeeefa11374687 /include/libc64 | |
| parent | c7a746e71e310a23ba43a7208b9c83d2d1d483ee (diff) | |
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 <you@example.com>
Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'include/libc64')
| -rw-r--r-- | include/libc64/qrand.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
