mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
179 B
C
10 lines
179 B
C
#ifndef PMDSKY_MAIN_0200224C_H
|
|
#define PMDSKY_MAIN_0200224C_H
|
|
|
|
u16 Rand16Bit();
|
|
u32 RandInt(u32 n);
|
|
s32 RandRange(s32 x, s32 y);
|
|
u32 Rand32Bit();
|
|
|
|
#endif //PMDSKY_MAIN_0200224C_H
|