Merge branch 'Rainchus:main' into main

This commit is contained in:
CreateSource 2024-04-06 14:25:56 -04:00 committed by GitHub
commit ca02b3b125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 1469 additions and 305 deletions

10
include/game/frand.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef _GAME_FRAND_H
#define _GAME_FRAND_H
#include "dolphin/types.h"
u32 frand(void);
f32 frandf(void);
u32 frandmod(u32 arg0);
#endif