Decompile result/battle.c
This commit is contained in:
parent
6e1b391cd5
commit
52850703ee
6 changed files with 784 additions and 47 deletions
10
include/game/frand.h
Normal file
10
include/game/frand.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue