diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 09:18:22 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 09:18:22 -0800 |
commit | 041c0891d8516a4c6a60652347ce77de996edb1d (patch) | |
tree | 4179bbd334339cd89d34a74fca90ab0ee9428f21 /include/other_random.h | |
parent | b0ef8f839bebb39c1806352cc8f87274927063b6 (diff) |
decompile other_random
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 |