pmd-sky/include/main_0200224C.h
2026-07-11 17:18:25 -04:00

12 lines
228 B
C

#ifndef PMDSKY_MAIN_0200224C_H
#define PMDSKY_MAIN_0200224C_H
u16 GetRngSeed(void);
void SetRngSeed(u16 seed);
u16 Rand16Bit();
u32 RandInt(u32 n);
s32 RandRange(s32 x, s32 y);
u32 Rand32Bit();
#endif //PMDSKY_MAIN_0200224C_H