#ifndef _GAME_FRAND_H #define _GAME_FRAND_H #include "dolphin/types.h" u32 frand(void); f32 frandf(void); u32 frandmod(u32 arg0); #endif