pokediamond/arm9/lib/libc/include/MSL_Common_rand.h
2023-05-08 21:29:56 +01:00

10 lines
146 B
C

#ifndef MSL_COMMON_RAND_H
#define MSL_COMMON_RAND_H
#include "nitro/types.h"
s32 rand(void);
void srand(u32 seed);
#endif // MSL_COMMON_RAND_H