mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
8 lines
161 B
C
8 lines
161 B
C
#ifndef GUARD_OTHER_RANDOM_H
|
|
#define GUARD_OTHER_RANDOM_H
|
|
|
|
s32 OtherRandInt(s32 exclusiveMax);
|
|
s32 OtherRandRange(s32 a, s32 b);
|
|
|
|
#endif // GUARD_OTHER_RANDOM_H
|