Decompile aiRandom

This commit is contained in:
Ryan Dwyer
2019-10-08 18:55:23 +10:00
parent 6810d014f6
commit 8cfba0597c
3 changed files with 10 additions and 21 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
#define _IN_LIBRARY_H
#include <ultra64.h>
u64 random(void);
u32 random(void);
#endif