diff options
Diffstat (limited to 'include/math_util.h')
-rw-r--r-- | include/math_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/math_util.h b/include/math_util.h index 473be5d45..7a81ee7e3 100644 --- a/include/math_util.h +++ b/include/math_util.h @@ -3,5 +3,6 @@ s16 sub_80D8B90(s16 y); s16 sub_80D8AA0(s16 x, s16 y); +s32 sub_80D8B68(s32 x, s32 y); #endif //GUARD_MATH_UTIL_H |