diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 23:11:38 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 23:11:38 -0600 |
commit | 05768ae71decc1539bd7f6e2c6d371b8c619cb24 (patch) | |
tree | 8465b31895a323520b549cba629d397868135abb /include/number_util.h | |
parent | 393e6e9eb0d558af0f7ed610c8874fd7c071878b (diff) |
Decomped RoundUpFixedPoint()
Diffstat (limited to 'include/number_util.h')
-rw-r--r-- | include/number_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/number_util.h b/include/number_util.h new file mode 100644 index 0000000..c42ef1c --- /dev/null +++ b/include/number_util.h @@ -0,0 +1,7 @@ +#ifndef GUARD_NUMBER_UTIL_H +#define GUARD_NUMBER_UTIL_H + +// 0x94450 +s32 RoundUpFixedPoint(s32 fixedPointNumber); + +#endif |