mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-19 01:11:30 -05:00
8 lines
159 B
C
8 lines
159 B
C
#ifndef GUARD_OTHER_RANDOM_H
|
|
#define GUARD_OTHER_RANDOM_H
|
|
|
|
s32 OtherRandomCapped(s32 cap);
|
|
s32 OtherRandomRange(s32 a, s32 b);
|
|
|
|
#endif // GUARD_OTHER_RANDOM_H
|