diff options
Diffstat (limited to 'include/math_util.h')
-rw-r--r-- | include/math_util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/math_util.h b/include/math_util.h new file mode 100644 index 000000000..74dbbe98e --- /dev/null +++ b/include/math_util.h @@ -0,0 +1,6 @@ +#ifndef GUARD_MATH_UTIL_H +#define GUARD_MATH_UTIL_H + +s16 sub_80D8B90(s16 y); + +#endif //GUARD_MATH_UTIL_H |