mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 13:36:52 -04:00
work on libc64
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef LQRAND_H
|
||||
#define LQRAND_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
u32 qrand(void);
|
||||
void sqrand(u32);
|
||||
f32 fqrand(void);
|
||||
f64 fqrand2(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user