pmd-sky/include/main_0200224C.h
2025-09-22 11:22:35 -04:00

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