mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
12 lines
228 B
C
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
|