diff options
Diffstat (limited to 'include/other_random.h')
-rw-r--r-- | include/other_random.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/other_random.h b/include/other_random.h new file mode 100644 index 0000000..83a1b60 --- /dev/null +++ b/include/other_random.h @@ -0,0 +1,7 @@ +#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 |