mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
10 lines
146 B
C
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
|